Show / Hide Table of Contents

Class ClusterAlterRuleMetricRule

Inheritance
System.Object
ClusterAlterRuleMetricRule
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterAlterRuleMetricRule

Fields

View Source

Comparison

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 readonly string Comparison
Field Value
Type Description
System.String
View Source

Description

Metric rule description (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Duration

Metric rule duration (string)

Declaration
public readonly string Duration
Field Value
Type Description
System.String
View Source

Expression

Metric rule expression (string)

Declaration
public readonly string Expression
Field Value
Type Description
System.String
View Source

ThresholdValue

Metric rule threshold value (float64)

Declaration
public readonly double ThresholdValue
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.