public static class DescribeInstanceTypesResponse.InstanceType extends Object
| Constructor and Description |
|---|
DescribeInstanceTypesResponse.InstanceType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuCoreCount() |
Integer |
getGPUAmount() |
String |
getGPUSpec() |
String |
getInstanceTypeFamily() |
String |
getInstanceTypeId() |
Integer |
getLocalStorageAmount() |
Long |
getLocalStorageCapacity() |
String |
getLocalStorageCategory() |
Float |
getMemorySize() |
void |
setCpuCoreCount(Integer cpuCoreCount) |
void |
setGPUAmount(Integer gPUAmount) |
void |
setGPUSpec(String gPUSpec) |
void |
setInstanceTypeFamily(String instanceTypeFamily) |
void |
setInstanceTypeId(String instanceTypeId) |
void |
setLocalStorageAmount(Integer localStorageAmount) |
void |
setLocalStorageCapacity(Long localStorageCapacity) |
void |
setLocalStorageCategory(String localStorageCategory) |
void |
setMemorySize(Float memorySize) |
public DescribeInstanceTypesResponse.InstanceType()
public String getInstanceTypeId()
public void setInstanceTypeId(String instanceTypeId)
public Integer getCpuCoreCount()
public void setCpuCoreCount(Integer cpuCoreCount)
public Float getMemorySize()
public void setMemorySize(Float memorySize)
public String getInstanceTypeFamily()
public void setInstanceTypeFamily(String instanceTypeFamily)
public Long getLocalStorageCapacity()
public void setLocalStorageCapacity(Long localStorageCapacity)
public Integer getLocalStorageAmount()
public void setLocalStorageAmount(Integer localStorageAmount)
public String getLocalStorageCategory()
public void setLocalStorageCategory(String localStorageCategory)
public Integer getGPUAmount()
public void setGPUAmount(Integer gPUAmount)
public String getGPUSpec()
public void setGPUSpec(String gPUSpec)
Copyright © 2017. All Rights Reserved.