Class ElastigroupScalingDownPolicyGetArgs
Inheritance
System.Object
ElastigroupScalingDownPolicyGetArgs
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()
Assembly: Pulumi.SpotInst.dll
public sealed class ElastigroupScalingDownPolicyGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ElastigroupScalingDownPolicyGetArgs()
Properties
View Source
Declaration
public Input<string> ActionType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> Adjustment { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> Cooldown { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<ElastigroupScalingDownPolicyDimensionGetArgs> Dimensions { get; set; }
Property Value
View Source
Declaration
public Input<int> EvaluationPeriods { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Operator { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> Period { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> PolicyName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Source { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Statistic { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<double> Threshold { get; set; }
Property Value
| Type |
Description |
| Input<System.Double> |
|
View Source
Declaration
public Input<string> Unit { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|