public class DisasterRecoverGroup extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisasterRecoverGroup() |
DisasterRecoverGroup(DisasterRecoverGroup 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 置放群组亲和度
|
String |
getCreateTime()
Get 分散置放群组创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
|
Long |
getCurrentNum()
Get 分散置放群组内云服务器当前数量。
|
Long |
getCvmQuotaTotal()
Get 分散置放群组内最大容纳云服务器数量。
|
String |
getDisasterRecoverGroupId()
Get 分散置放群组id。
|
String[] |
getInstanceIds()
Get 分散置放群组内,云服务器id列表。
|
String |
getName()
Get 分散置放群组名称,长度1-60个字符。
|
Tag[] |
getTags()
Get 置放群组关联的标签列表。
|
String |
getType()
Get 分散置放群组类型,取值范围:
HOST:物理机 SW:交换机 RACK:机架 |
void |
setAffinity(Long Affinity)
Set 置放群组亲和度
|
void |
setCreateTime(String CreateTime)
Set 分散置放群组创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
|
void |
setCurrentNum(Long CurrentNum)
Set 分散置放群组内云服务器当前数量。
|
void |
setCvmQuotaTotal(Long CvmQuotaTotal)
Set 分散置放群组内最大容纳云服务器数量。
|
void |
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set 分散置放群组id。
|
void |
setInstanceIds(String[] InstanceIds)
Set 分散置放群组内,云服务器id列表。
|
void |
setName(String Name)
Set 分散置放群组名称,长度1-60个字符。
|
void |
setTags(Tag[] Tags)
Set 置放群组关联的标签列表。
|
void |
setType(String Type)
Set 分散置放群组类型,取值范围:
HOST:物理机 SW:交换机 RACK:机架 |
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, toJsonString
public DisasterRecoverGroup()
public DisasterRecoverGroup(DisasterRecoverGroup source)
public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId
- 分散置放群组id。public String getName()
public void setName(String Name)
Name
- 分散置放群组名称,长度1-60个字符。public String getType()
public void setType(String Type)
Type
- 分散置放群组类型,取值范围:public Long getCvmQuotaTotal()
public void setCvmQuotaTotal(Long CvmQuotaTotal)
CvmQuotaTotal
- 分散置放群组内最大容纳云服务器数量。public Long getCurrentNum()
public void setCurrentNum(Long CurrentNum)
CurrentNum
- 分散置放群组内云服务器当前数量。public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- 分散置放群组内,云服务器id列表。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 分散置放群组创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。public Long getAffinity()
public void setAffinity(Long Affinity)
Affinity
- 置放群组亲和度public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 置放群组关联的标签列表。Copyright © 2025. All rights reserved.