public class CreateDisasterRecoverGroupResponse extends AbstractModel
Constructor and Description |
---|
CreateDisasterRecoverGroupResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 置放群组创建时间。
|
Long |
getCurrentNum()
Get 置放群组内已有的云服务器数量。
|
Long |
getCvmQuotaTotal()
Get 置放群组内可容纳的云服务器数量。
|
String |
getDisasterRecoverGroupId()
Get 分散置放群组ID列表。
|
String |
getName()
Get 分散置放群组名称,长度1-60个字符,支持中、英文。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getType()
Get 分散置放群组类型,取值范围:
HOST:物理机 SW:交换机 RACK:机架 |
void |
setCreateTime(String CreateTime)
Set 置放群组创建时间。
|
void |
setCurrentNum(Long CurrentNum)
Set 置放群组内已有的云服务器数量。
|
void |
setCvmQuotaTotal(Long CvmQuotaTotal)
Set 置放群组内可容纳的云服务器数量。
|
void |
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set 分散置放群组ID列表。
|
void |
setName(String Name)
Set 分散置放群组名称,长度1-60个字符,支持中、英文。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId
- 分散置放群组ID列表。public String getType()
public void setType(String Type)
Type
- 分散置放群组类型,取值范围:public String getName()
public void setName(String Name)
Name
- 分散置放群组名称,长度1-60个字符,支持中、英文。public Long getCvmQuotaTotal()
public void setCvmQuotaTotal(Long CvmQuotaTotal)
CvmQuotaTotal
- 置放群组内可容纳的云服务器数量。public Long getCurrentNum()
public void setCurrentNum(Long CurrentNum)
CurrentNum
- 置放群组内已有的云服务器数量。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 置放群组创建时间。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.