public class CreateDisasterRecoverGroupResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDisasterRecoverGroupResponse() |
CreateDisasterRecoverGroupResponse(CreateDisasterRecoverGroupResponse 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 |
---|---|
String |
getCreateTime()
Get Creation time of the placement group.
|
Long |
getCurrentNum()
Get The current number of CVMs in a placement group.
|
Long |
getCvmQuotaTotal()
Get The maximum number of CVMs in a placement group.
|
String |
getDisasterRecoverGroupId()
Get List of spread placement group IDs.
|
String |
getName()
Get Name of the spread placement group.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getType()
Get Type of a spread placement group.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the placement group.
|
void |
setCurrentNum(Long CurrentNum)
Set The current number of CVMs in a placement group.
|
void |
setCvmQuotaTotal(Long CvmQuotaTotal)
Set The maximum number of CVMs in a placement group.
|
void |
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set List of spread placement group IDs.
|
void |
setName(String Name)
Set Name of the spread placement group.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setType(String Type)
Set Type of a spread placement group.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDisasterRecoverGroupResponse()
public CreateDisasterRecoverGroupResponse(CreateDisasterRecoverGroupResponse source)
public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId
- List of spread placement group IDs.public String getType()
public void setType(String Type)
Type
- Type of a spread placement group. Valid values:public String getName()
public void setName(String Name)
Name
- Name of the spread placement group. The name must be 1-60 characters long and can contain both Chinese characters and English letters.public Long getCvmQuotaTotal()
public void setCvmQuotaTotal(Long CvmQuotaTotal)
CvmQuotaTotal
- The maximum number of CVMs in a placement group.public Long getCurrentNum()
public void setCurrentNum(Long CurrentNum)
CurrentNum
- The current number of CVMs in a placement group.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the placement group.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.