Show / Hide Table of Contents

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 Source

Annotations

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

Description

(Computed) The project alert group description (string)

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

GroupIntervalSeconds

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

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

GroupWaitSeconds

(Computed) The project 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 project 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

ProjectId

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

Recipients

(Computed) The project alert group recipients (list)

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

RepeatIntervalSeconds

(Computed) The project 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.