Class ClusterAlterGroupArgs
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterAlterGroupArgs : ResourceArgs
Constructors
View SourceClusterAlterGroupArgs()
Declaration
public ClusterAlterGroupArgs()
Properties
View SourceAnnotations
The cluster alert group annotations (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
The cluster id where create cluster alert group (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The cluster alert group description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupIntervalSeconds
The cluster alert group interval seconds. Default: 180 (int)
Declaration
public Input<int> GroupIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GroupWaitSeconds
The cluster alert group wait seconds. Default: 180 (int)
Declaration
public Input<int> GroupWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Labels
The cluster alert group labels (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The cluster alert group name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recipients
The cluster alert group recipients (list)
Declaration
public InputList<ClusterAlterGroupRecipientArgs> Recipients { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterAlterGroupRecipientArgs> |
RepeatIntervalSeconds
The cluster alert group wait seconds. Default: 3600 (int)
Declaration
public Input<int> RepeatIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |