Class GetClusterAlterRuleArgs
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 GetClusterAlterRuleArgs : InvokeArgs
Constructors
View SourceGetClusterAlterRuleArgs()
Declaration
public GetClusterAlterRuleArgs()
Properties
View SourceClusterId
The cluster id where create cluster alert rule (string)
Declaration
public string ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) The cluster alert rule labels (map)
Declaration
public Dictionary<string, object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
Name
The cluster alert rule name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |