public class AutoScalingGroupRange extends AbstractModel
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 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, toJsonString
public AutoScalingGroupRange()
public AutoScalingGroupRange(AutoScalingGroupRange source)
public 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 © 2023. All rights reserved.