toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.ess.kotlin.outputs
/
ScalingRuleStepAdjustment
Scaling
Rule
Step
Adjustment
data
class
ScalingRuleStepAdjustment
(
val
metricIntervalLowerBound
:
String
?
=
null
,
val
metricIntervalUpperBound
:
String
?
=
null
,
val
scalingAdjustment
:
Int
?
=
null
)
Members
Constructors
Scaling
Rule
Step
Adjustment
Link copied to clipboard
constructor
(
metricIntervalLowerBound
:
String
?
=
null
,
metricIntervalUpperBound
:
String
?
=
null
,
scalingAdjustment
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
metric
Interval
Lower
Bound
Link copied to clipboard
val
metricIntervalLowerBound
:
String
?
=
null
The lower bound of step.
metric
Interval
Upper
Bound
Link copied to clipboard
val
metricIntervalUpperBound
:
String
?
=
null
The upper bound of step.
scaling
Adjustment
Link copied to clipboard
val
scalingAdjustment
:
Int
?
=
null
The adjust value of step.