Package cn.ucloud.uhost.models
Class DescribeAvailableInstanceTypesResponse.MachineSizes
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.DescribeAvailableInstanceTypesResponse.MachineSizes
-
- Enclosing class:
- DescribeAvailableInstanceTypesResponse
public static class DescribeAvailableInstanceTypesResponse.MachineSizes extends Response
-
-
Constructor Summary
Constructors Constructor Description MachineSizes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeAvailableInstanceTypesResponse.Collection>getCollection()IntegergetGpu()voidsetCollection(List<DescribeAvailableInstanceTypesResponse.Collection> collection)voidsetGpu(Integer gpu)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getGpu
public Integer getGpu()
-
setGpu
public void setGpu(Integer gpu)
-
getCollection
public List<DescribeAvailableInstanceTypesResponse.Collection> getCollection()
-
setCollection
public void setCollection(List<DescribeAvailableInstanceTypesResponse.Collection> collection)
-
-