Package cn.ucloud.uhost.models
Class DescribeAvailableInstanceTypesResponse.CpuPlatforms
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.DescribeAvailableInstanceTypesResponse.CpuPlatforms
-
- Enclosing class:
- DescribeAvailableInstanceTypesResponse
public static class DescribeAvailableInstanceTypesResponse.CpuPlatforms extends Response
-
-
Constructor Summary
Constructors Constructor Description CpuPlatforms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAmd()List<String>getAmpere()List<String>getIntel()voidsetAmd(List<String> amd)voidsetAmpere(List<String> ampere)voidsetIntel(List<String> intel)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-