public class DeployGroupInfo extends AbstractModel
Constructor and Description |
---|
DeployGroupInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAffinity()
Get Affinity policy of placement group.
|
String |
getCreateTime()
Get Creation time.
|
String |
getDeployGroupId()
Get ID of a placement group.
|
String |
getDeployGroupName()
Get Name of a placement group.
|
String |
getDescription()
Get Placement group details.
|
String |
getDevClass()
Get Physical model attribute of placement group.
|
Long |
getLimitNum()
Get Upper limit of instances in one placement group on one physical machine as defined in affinity policy 1 of placement group.
|
Long |
getQuota()
Get Instance quota of placement group, indicating the maximum number of instances that can be placed in one placement group.
|
void |
setAffinity(String Affinity)
Set Affinity policy of placement group.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setDeployGroupId(String DeployGroupId)
Set ID of a placement group.
|
void |
setDeployGroupName(String DeployGroupName)
Set Name of a placement group.
|
void |
setDescription(String Description)
Set Placement group details.
|
void |
setDevClass(String DevClass)
Set Physical model attribute of placement group.
|
void |
setLimitNum(Long LimitNum)
Set Upper limit of instances in one placement group on one physical machine as defined in affinity policy 1 of placement group.
|
void |
setQuota(Long Quota)
Set Instance quota of placement group, indicating the maximum number of instances that can be placed in one placement 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 String getDeployGroupId()
public void setDeployGroupId(String DeployGroupId)
DeployGroupId
- ID of a placement group.public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- Name of a placement group.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public Long getQuota()
public void setQuota(Long Quota)
Quota
- Instance quota of placement group, indicating the maximum number of instances that can be placed in one placement group.public String getAffinity()
public void setAffinity(String Affinity)
Affinity
- Affinity policy of placement group. Currently, only policy 1 is supported, indicating to distribute instances across physical machines.
Note: this field may return null, indicating that no valid values can be obtained.public Long getLimitNum()
public void setLimitNum(Long LimitNum)
LimitNum
- Upper limit of instances in one placement group on one physical machine as defined in affinity policy 1 of placement group.
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Placement group details.public String getDevClass()
public void setDevClass(String DevClass)
DevClass
- Physical model attribute of placement group.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.