public class DescribeDisasterRecoverGroupQuotaResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDisasterRecoverGroupQuotaResponse() |
DescribeDisasterRecoverGroupQuotaResponse(DescribeDisasterRecoverGroupQuotaResponse 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 |
getCurrentNum()
Get The number of placement groups that have been created by the current user.
|
Long |
getCvmInHostGroupQuota()
Get Quota on instances in a physical-machine-type disaster recovery group.
|
Long |
getCvmInRackGroupQuota()
Get Quota on instances in a rack-type disaster recovery group.
|
Long |
getCvmInSwGroupQuota()
Get Quota on instances in a switch-type disaster recovery group.
|
Long |
getGroupQuota()
Get The maximum number of placement groups that can be created.
|
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).
|
void |
setCurrentNum(Long CurrentNum)
Set The number of placement groups that have been created by the current user.
|
void |
setCvmInHostGroupQuota(Long CvmInHostGroupQuota)
Set Quota on instances in a physical-machine-type disaster recovery group.
|
void |
setCvmInRackGroupQuota(Long CvmInRackGroupQuota)
Set Quota on instances in a rack-type disaster recovery group.
|
void |
setCvmInSwGroupQuota(Long CvmInSwGroupQuota)
Set Quota on instances in a switch-type disaster recovery group.
|
void |
setGroupQuota(Long GroupQuota)
Set The maximum number of placement groups that can be created.
|
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 |
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 DescribeDisasterRecoverGroupQuotaResponse()
public DescribeDisasterRecoverGroupQuotaResponse(DescribeDisasterRecoverGroupQuotaResponse source)
public Long getGroupQuota()
public void setGroupQuota(Long GroupQuota)
GroupQuota
- The maximum number of placement groups that can be created.public Long getCurrentNum()
public void setCurrentNum(Long CurrentNum)
CurrentNum
- The number of placement groups that have been created by the current user.public Long getCvmInHostGroupQuota()
public void setCvmInHostGroupQuota(Long CvmInHostGroupQuota)
CvmInHostGroupQuota
- Quota on instances in a physical-machine-type disaster recovery group.public Long getCvmInSwGroupQuota()
public void setCvmInSwGroupQuota(Long CvmInSwGroupQuota)
CvmInSwGroupQuota
- Quota on instances in a switch-type disaster recovery group.public Long getCvmInRackGroupQuota()
public void setCvmInRackGroupQuota(Long CvmInRackGroupQuota)
CvmInRackGroupQuota
- Quota on instances in a rack-type disaster recovery 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.