Class AutoScalingGroupRange
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.AutoScalingGroupRange
-
public class AutoScalingGroupRange extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMaxSize()Get 伸缩组最大实例数LonggetMinSize()Get 伸缩组最小实例数voidsetMaxSize(Long MaxSize)Set 伸缩组最大实例数voidsetMinSize(Long MinSize)Set 伸缩组最小实例数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AutoScalingGroupRange
public AutoScalingGroupRange()
-
AutoScalingGroupRange
public 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.
-
-
Method Detail
-
getMinSize
public Long getMinSize()
Get 伸缩组最小实例数- Returns:
- MinSize 伸缩组最小实例数
-
setMinSize
public void setMinSize(Long MinSize)
Set 伸缩组最小实例数- Parameters:
MinSize- 伸缩组最小实例数
-
getMaxSize
public Long getMaxSize()
Get 伸缩组最大实例数- Returns:
- MaxSize 伸缩组最大实例数
-
setMaxSize
public void setMaxSize(Long MaxSize)
Set 伸缩组最大实例数- Parameters:
MaxSize- 伸缩组最大实例数
-
-