Package cn.ucloud.uhost.models
Class DescribeAvailableInstanceTypesResponse.Collection
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.DescribeAvailableInstanceTypesResponse.Collection
-
- Enclosing class:
- DescribeAvailableInstanceTypesResponse
public static class DescribeAvailableInstanceTypesResponse.Collection extends Response
-
-
Constructor Summary
Constructors Constructor Description Collection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCpu()List<Integer>getMemory()List<String>getMinimalCpuPlatform()voidsetCpu(Integer cpu)voidsetMemory(List<Integer> memory)voidsetMinimalCpuPlatform(List<String> minimalCpuPlatform)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-