public class CreateAutoScalingGroupFromInstanceRequest extends AbstractModel
构造器和说明 |
---|
CreateAutoScalingGroupFromInstanceRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAutoScalingGroupName()
Get 伸缩组名称,在您账号中必须唯一。
|
Integer |
getDesiredCapacity()
Get 期望实例数,大小介于最小实例数和最大实例数之间。
|
Boolean |
getInheritInstanceTag()
Get 是否继承实例标签,默认值为False
|
String |
getInstanceId()
Get 实例ID
|
Integer |
getMaxSize()
Get 最小实例数,取值范围为0-2000。
|
Integer |
getMinSize()
Get 最大实例数,取值范围为0-2000。
|
void |
setAutoScalingGroupName(String AutoScalingGroupName)
Set 伸缩组名称,在您账号中必须唯一。
|
void |
setDesiredCapacity(Integer DesiredCapacity)
Set 期望实例数,大小介于最小实例数和最大实例数之间。
|
void |
setInheritInstanceTag(Boolean InheritInstanceTag)
Set 是否继承实例标签,默认值为False
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setMaxSize(Integer MaxSize)
Set 最小实例数,取值范围为0-2000。
|
void |
setMinSize(Integer MinSize)
Set 最大实例数,取值范围为0-2000。
|
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 CreateAutoScalingGroupFromInstanceRequest()
public String getAutoScalingGroupName()
public void setAutoScalingGroupName(String AutoScalingGroupName)
AutoScalingGroupName
- 伸缩组名称,在您账号中必须唯一。名称仅支持中文、英文、数字、下划线、分隔符"-"、小数点,最大长度不能超55个字节。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic Integer getMinSize()
public void setMinSize(Integer MinSize)
MinSize
- 最大实例数,取值范围为0-2000。public Integer getMaxSize()
public void setMaxSize(Integer MaxSize)
MaxSize
- 最小实例数,取值范围为0-2000。public Integer getDesiredCapacity()
public void setDesiredCapacity(Integer DesiredCapacity)
DesiredCapacity
- 期望实例数,大小介于最小实例数和最大实例数之间。public Boolean getInheritInstanceTag()
public void setInheritInstanceTag(Boolean InheritInstanceTag)
InheritInstanceTag
- 是否继承实例标签,默认值为FalseCopyright © 2019. All rights reserved.