Class ClusterAlterRuleMetricRuleGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterAlterRuleMetricRuleGetArgs : ResourceArgs
Constructors
View SourceClusterAlterRuleMetricRuleGetArgs()
Declaration
public ClusterAlterRuleMetricRuleGetArgs()
Properties
View SourceComparison
Metric rule comparison. Supported values : "equal" | "greater-or-equal" | "greater-than" | "less-or-equal" | "less-than" | "not-equal" | "has-value". Default: equal (string)
Declaration
public Input<string> Comparison { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Metric rule description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Duration
Metric rule duration (string)
Declaration
public Input<string> Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Expression
Metric rule expression (string)
Declaration
public Input<string> Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ThresholdValue
Metric rule threshold value (float64)
Declaration
public Input<double> ThresholdValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |