Class ClusterAlterGroupRecipient
Inheritance
System.Object
ClusterAlterGroupRecipient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterAlterGroupRecipient
Fields
View SourceDefaultRecipient
Use notifier default recipient, overriding recipient argument if set. Default: false (bool)
Declaration
public readonly bool? DefaultRecipient
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
NotifierId
Recipient notifier ID (string)
Declaration
public readonly string NotifierId
Field Value
| Type | Description |
|---|---|
| System.String |
NotifierType
Recipient notifier ID. Supported values : "pagerduty" | "slack" | "email" | "webhook" | "wechat" (string)
Declaration
public readonly string NotifierType
Field Value
| Type | Description |
|---|---|
| System.String |
Recipient
Recipient (string)
Declaration
public readonly string Recipient
Field Value
| Type | Description |
|---|---|
| System.String |