Class ScalingRuleStepAdjustmentGetArgs
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.AliCloud.Ess.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ScalingRuleStepAdjustmentGetArgs : ResourceArgs
Constructors
View SourceScalingRuleStepAdjustmentGetArgs()
Declaration
public ScalingRuleStepAdjustmentGetArgs()
Properties
View SourceMetricIntervalLowerBound
Declaration
public Input<string> MetricIntervalLowerBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetricIntervalUpperBound
Declaration
public Input<string> MetricIntervalUpperBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScalingAdjustment
Declaration
public Input<int> ScalingAdjustment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |