public class AutoScalingGroupRange extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AutoScalingGroupRange() | 
| AutoScalingGroupRange(AutoScalingGroupRange 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 | 
|---|---|
| Long | getMaxSize()Get 伸缩组最大实例数 | 
| Long | getMinSize()Get 伸缩组最小实例数 | 
| void | setMaxSize(Long MaxSize)Set 伸缩组最大实例数 | 
| void | setMinSize(Long MinSize)Set 伸缩组最小实例数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AutoScalingGroupRange()
public AutoScalingGroupRange(AutoScalingGroupRange source)
public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize - 伸缩组最小实例数public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize - 伸缩组最大实例数Copyright © 2025. All rights reserved.