Show / Hide Table of Contents

Class ProjectAlertRuleMetricRuleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectAlertRuleMetricRuleGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ProjectAlertRuleMetricRuleGetArgs : ResourceArgs

Constructors

View Source

ProjectAlertRuleMetricRuleGetArgs()

Declaration
public ProjectAlertRuleMetricRuleGetArgs()

Properties

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 Input<string> Comparison { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Metric rule description (string)

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

Duration

Metric rule duration (string)

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

Expression

Metric rule expression (string)

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

ThresholdValue

Metric rule threshold value (float64)

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