public class ScaleInInstancesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScaleInInstancesRequest() |
ScaleInInstancesRequest(ScaleInInstancesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingGroupId()
Get Scaling group ID.
|
Long |
getScaleInNumber()
Get Number of resource instances to scale in.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID.
|
void |
setScaleInNumber(Long ScaleInNumber)
Set Number of resource instances to scale in.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScaleInInstancesRequest()
public ScaleInInstancesRequest(ScaleInInstancesRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Scaling group ID. obtain available scaling group ids in the following ways:.
public Long getScaleInNumber()
public void setScaleInNumber(Long ScaleInNumber)
ScaleInNumber
- Number of resource instances to scale in. this parameter has a static value range of [1,2000] and must not be larger than the difference between the desired number and the minimum value. for example, if the scaling group desired number is 100 and the minimum value is 20, the permissible range is [1,80].Copyright © 2025. All rights reserved.