Show / Hide Table of Contents

Class ScalingRuleStepAdjustmentGetArgs

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

Constructors

View Source

ScalingRuleStepAdjustmentGetArgs()

Declaration
public ScalingRuleStepAdjustmentGetArgs()

Properties

View Source

MetricIntervalLowerBound

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

MetricIntervalUpperBound

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

ScalingAdjustment

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