com.aliyuncs.ecs.model.v20140526
类 DescribeImageSupportInstanceTypesResponse.InstanceType

java.lang.Object
  继承者 com.aliyuncs.ecs.model.v20140526.DescribeImageSupportInstanceTypesResponse.InstanceType
包容类:
DescribeImageSupportInstanceTypesResponse

public static class DescribeImageSupportInstanceTypesResponse.InstanceType
extends Object


构造方法摘要
DescribeImageSupportInstanceTypesResponse.InstanceType()
           
 
方法摘要
 Integer getCpuCoreCount()
           
 String getInstanceTypeFamily()
           
 String getInstanceTypeId()
           
 Float getMemorySize()
           
 void setCpuCoreCount(Integer cpuCoreCount)
           
 void setInstanceTypeFamily(String instanceTypeFamily)
           
 void setInstanceTypeId(String instanceTypeId)
           
 void setMemorySize(Float memorySize)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DescribeImageSupportInstanceTypesResponse.InstanceType

public DescribeImageSupportInstanceTypesResponse.InstanceType()
方法详细信息

getInstanceTypeId

public String getInstanceTypeId()

setInstanceTypeId

public void setInstanceTypeId(String instanceTypeId)

getCpuCoreCount

public Integer getCpuCoreCount()

setCpuCoreCount

public void setCpuCoreCount(Integer cpuCoreCount)

getMemorySize

public Float getMemorySize()

setMemorySize

public void setMemorySize(Float memorySize)

getInstanceTypeFamily

public String getInstanceTypeFamily()

setInstanceTypeFamily

public void setInstanceTypeFamily(String instanceTypeFamily)


Copyright © 2016. All Rights Reserved.