Class GetClusterAlertGroupResult
Inheritance
System.Object
GetClusterAlertGroupResult
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 GetClusterAlertGroupResult
Fields
View SourceAnnotations
(Computed) The cluster alert group annotations (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ClusterId
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |
Description
(Computed) The cluster alert group description (string)
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
GroupIntervalSeconds
(Computed) The cluster alert group interval seconds. Default: 180 (int)
Declaration
public readonly int GroupIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GroupWaitSeconds
(Computed) The cluster alert group wait seconds. Default: 180 (int)
Declaration
public readonly int GroupWaitSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) The cluster alert group labels (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Recipients
(Computed) The cluster alert group recipients (list)
Declaration
public readonly ImmutableArray<GetClusterAlertGroupRecipientResult> Recipients
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClusterAlertGroupRecipientResult> |
RepeatIntervalSeconds
(Computed) The cluster alert group wait seconds. Default: 3600 (int)
Declaration
public readonly int RepeatIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |