Package cn.ucloud.vpc.models
Class DescribeNetworkInterfaceResponse.UNIQuotaInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkInterfaceResponse.UNIQuotaInfo
-
- Enclosing class:
- DescribeNetworkInterfaceResponse
public static class DescribeNetworkInterfaceResponse.UNIQuotaInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description UNIQuotaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetPrivateIpCount()IntegergetPrivateIpQuota()voidsetPrivateIpCount(Integer privateIpCount)voidsetPrivateIpQuota(Integer privateIpQuota)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-