Class GetProjectAlertGroupResult
Inheritance
System.Object
GetProjectAlertGroupResult
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 GetProjectAlertGroupResult
Fields
View SourceAnnotations
(Computed) The project alert group annotations (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Description
(Computed) The project alert group description (string)
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
GroupIntervalSeconds
(Computed) The project alert group interval seconds. Default: 180 (int)
Declaration
public readonly int GroupIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GroupWaitSeconds
(Computed) The project 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 project 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 |
ProjectId
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Recipients
(Computed) The project alert group recipients (list)
Declaration
public readonly ImmutableArray<GetProjectAlertGroupRecipientResult> Recipients
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProjectAlertGroupRecipientResult> |
RepeatIntervalSeconds
(Computed) The project alert group wait seconds. Default: 3600 (int)
Declaration
public readonly int RepeatIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |