public class CreateDeployGroupRequest extends AbstractModel
构造器和说明 |
---|
CreateDeployGroupRequest() |
限定符和类型 | 方法和说明 |
---|---|
Integer[] |
getAffinity()
Get 置放群组的亲和性策略。
|
String |
getDeployGroupName()
Get 置放群组名称,最长不能超过60个字符。
|
String |
getDescription()
Get 置放群组描述,最长不能超过200个字符。
|
Integer |
getLimitNum()
Get 置放群组亲和性策略1的实例限制个数。
|
void |
setAffinity(Integer[] Affinity)
Set 置放群组的亲和性策略。
|
void |
setDeployGroupName(String DeployGroupName)
Set 置放群组名称,最长不能超过60个字符。
|
void |
setDescription(String Description)
Set 置放群组描述,最长不能超过200个字符。
|
void |
setLimitNum(Integer LimitNum)
Set 置放群组亲和性策略1的实例限制个数。
|
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 String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- 置放群组名称,最长不能超过60个字符。public String getDescription()
public void setDescription(String Description)
Description
- 置放群组描述,最长不能超过200个字符。public Integer[] getAffinity()
public void setAffinity(Integer[] Affinity)
Affinity
- 置放群组的亲和性策略。public Integer getLimitNum()
public void setLimitNum(Integer LimitNum)
LimitNum
- 置放群组亲和性策略1的实例限制个数。Copyright © 2019. All rights reserved.