Show / Hide Table of Contents

Class ElastigroupScalingDownPolicyArgs

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

Constructors

View Source

ElastigroupScalingDownPolicyArgs()

Declaration
public ElastigroupScalingDownPolicyArgs()

Properties

View Source

ActionType

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

Adjustment

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

Cooldown

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

Dimensions

Declaration
public InputList<ElastigroupScalingDownPolicyDimensionArgs> Dimensions { get; set; }
Property Value
Type Description
InputList<ElastigroupScalingDownPolicyDimensionArgs>
View Source

EvaluationPeriods

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

MetricName

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

Namespace

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

Operator

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

Period

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

PolicyName

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

Source

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

Statistic

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

Threshold

Declaration
public Input<double> Threshold { get; set; }
Property Value
Type Description
Input<System.Double>
View Source

Unit

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