Show / Hide Table of Contents

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 Source

Annotations

(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>
View Source

ClusterId

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
View Source

Description

(Computed) The cluster alert group description (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

GroupIntervalSeconds

(Computed) The cluster alert group interval seconds. Default: 180 (int)

Declaration
public readonly int GroupIntervalSeconds
Field Value
Type Description
System.Int32
View Source

GroupWaitSeconds

(Computed) The cluster alert group wait seconds. Default: 180 (int)

Declaration
public readonly int GroupWaitSeconds
Field Value
Type Description
System.Int32
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Recipients

(Computed) The cluster alert group recipients (list)

Declaration
public readonly ImmutableArray<GetClusterAlertGroupRecipientResult> Recipients
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterAlertGroupRecipientResult>
View Source

RepeatIntervalSeconds

(Computed) The cluster alert group wait seconds. Default: 3600 (int)

Declaration
public readonly int RepeatIntervalSeconds
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.