public class DescribeDisasterRecoverGroupQuotaResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDisasterRecoverGroupQuotaResponse() | 
| 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, which is returned for each request. | 
| 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, which is returned for each request. | 
| 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, toJsonStringpublic DescribeDisasterRecoverGroupQuotaResponse()
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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.