Show / Hide Table of Contents

Class ClusterAlterRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterAlterRuleArgs
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 ClusterAlterRuleArgs : ResourceArgs

Constructors

View Source

ClusterAlterRuleArgs()

Declaration
public ClusterAlterRuleArgs()

Properties

View Source

Annotations

The cluster alert rule 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 rule (string)

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

EventRule

The cluster alert rule event rule. ConflictsWith: `"metric_rule", "node_rule", "system_service_rule"`` (list Maxitems:1)

Declaration
public Input<ClusterAlterRuleEventRuleArgs> EventRule { get; set; }
Property Value
Type Description
Input<ClusterAlterRuleEventRuleArgs>
View Source

GroupId

The cluster alert rule alert group ID (string)

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

GroupIntervalSeconds

The cluster alert rule 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 rule group wait seconds. Default: 180 (int)

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

Inherited

The cluster alert rule inherited. Default: true (bool)

Declaration
public Input<bool> Inherited { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Labels

The cluster alert rule labels (map)

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

MetricRule

The cluster alert rule metric rule. ConflictsWith: `"event_rule", "node_rule", "system_service_rule"`` (list Maxitems:1)

Declaration
public Input<ClusterAlterRuleMetricRuleArgs> MetricRule { get; set; }
Property Value
Type Description
Input<ClusterAlterRuleMetricRuleArgs>
View Source

Name

The cluster alert rule name (string)

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

NodeRule

The cluster alert rule node rule. ConflictsWith: `"event_rule", "metric_rule", "system_service_rule"`` (list Maxitems:1)

Declaration
public Input<ClusterAlterRuleNodeRuleArgs> NodeRule { get; set; }
Property Value
Type Description
Input<ClusterAlterRuleNodeRuleArgs>
View Source

RepeatIntervalSeconds

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

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

Severity

The cluster alert rule severity. Supported values : &quot;critical&quot; | &quot;info&quot; | &quot;warning&quot;. Default: critical (string)

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

SystemServiceRule

The cluster alert rule system service rule. ConflictsWith: `"event_rule", "metric_rule", "node_rule"`` (list Maxitems:1)

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