Show / Hide Table of Contents

Class GetClusterAlterRuleArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetClusterAlterRuleArgs
Inherited Members
InvokeArgs.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 GetClusterAlterRuleArgs : InvokeArgs

Constructors

View Source

GetClusterAlterRuleArgs()

Declaration
public GetClusterAlterRuleArgs()

Properties

View Source

ClusterId

The cluster id where create cluster alert rule (string)

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

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

Name

The cluster alert rule name (string)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.