public class AutoScalingGroupRange extends AbstractModel
| Constructor and Description | 
|---|
| AutoScalingGroupRange() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getMaxSize()Get Maximum number of pods in a scaling group | 
| Long | getMinSize()Get Minimum number of pods in a scaling group | 
| void | setMaxSize(Long MaxSize)Set Maximum number of pods in a scaling group | 
| void | setMinSize(Long MinSize)Set Minimum number of pods in a scaling group | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getMinSize()
public void setMinSize(Long MinSize)
MinSize - Minimum number of pods in a scaling grouppublic Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize - Maximum number of pods in a scaling groupCopyright © 2020. All rights reserved.