public class CreateDeployGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDeployGroupRequest() | 
| CreateDeployGroupRequest(CreateDeployGroupRequest 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[] | getAffinity()Get 置放群组的亲和性策略,目前仅支持取值为1,策略1表示同台物理机上限制实例的个数。 | 
| String | getDeployGroupName()Get 置放群组名称,最长不能超过60个字符。 | 
| String | getDescription()Get 置放群组描述,最长不能超过200个字符。 | 
| String[] | getDevClass()Get 置放群组机型属性,可选参数:SH12+SH02、TS85。 | 
| Long | getLimitNum()Get 置放群组亲和性策略1中同台物理机上实例的限制个数。 | 
| void | setAffinity(Long[] Affinity)Set 置放群组的亲和性策略,目前仅支持取值为1,策略1表示同台物理机上限制实例的个数。 | 
| void | setDeployGroupName(String DeployGroupName)Set 置放群组名称,最长不能超过60个字符。 | 
| void | setDescription(String Description)Set 置放群组描述,最长不能超过200个字符。 | 
| void | setDevClass(String[] DevClass)Set 置放群组机型属性,可选参数:SH12+SH02、TS85。 | 
| void | setLimitNum(Long LimitNum)Set 置放群组亲和性策略1中同台物理机上实例的限制个数。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateDeployGroupRequest()
public CreateDeployGroupRequest(CreateDeployGroupRequest source)
public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName - 置放群组名称,最长不能超过60个字符。public String getDescription()
public void setDescription(String Description)
Description - 置放群组描述,最长不能超过200个字符。public Long[] getAffinity()
public void setAffinity(Long[] Affinity)
Affinity - 置放群组的亲和性策略,目前仅支持取值为1,策略1表示同台物理机上限制实例的个数。public Long getLimitNum()
public void setLimitNum(Long LimitNum)
LimitNum - 置放群组亲和性策略1中同台物理机上实例的限制个数。public String[] getDevClass()
public void setDevClass(String[] DevClass)
DevClass - 置放群组机型属性,可选参数:SH12+SH02、TS85。Copyright © 2025. All rights reserved.