Show / Hide Table of Contents

Class ClusterAlterGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterAlterGroupState
Inherited Members
ResourceArgs.Empty
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 ClusterAlterGroupState : ResourceArgs

Constructors

View Source

ClusterAlterGroupState()

Declaration
public ClusterAlterGroupState()

Properties

View Source

Annotations

The cluster alert group annotations (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

The cluster id where create cluster alert group (string)

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The cluster alert group description (string)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupIntervalSeconds

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

Declaration
public Input<int> GroupIntervalSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

GroupWaitSeconds

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

Declaration
public Input<int> GroupWaitSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Labels

The cluster alert group labels (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The cluster alert group name (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Recipients

The cluster alert group recipients (list)

Declaration
public InputList<ClusterAlterGroupRecipientGetArgs> Recipients { get; set; }
Property Value
Type Description
InputList<ClusterAlterGroupRecipientGetArgs>
View Source

RepeatIntervalSeconds

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

Declaration
public Input<int> RepeatIntervalSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.