public class InstanceTypeQuotaItem extends AbstractModel
Constructor and Description |
---|
InstanceTypeQuotaItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getCpu()
Get Number of CPU cores of an instance model.
|
String |
getCpuType()
Get CPU type.
|
Externals |
getExternals()
Get Additional data.
|
Long |
getFpga()
Get Number of FPGAs of the instance.
|
Long |
getGpu()
Get Number of GPUs of the instance.
|
Float |
getInstanceBandwidth()
Get Private network bandwidth, in Gbps.
|
String |
getInstanceChargeType()
Get Instance billing plan.
|
String |
getInstanceFamily()
Get Instance model family.
|
Long |
getInstancePps()
Get The max packet sending and receiving capability (in 10k PPS).
|
String |
getInstanceType()
Get Instance model.
|
LocalDiskType[] |
getLocalDiskTypeList()
Get List of local disk specifications.
|
Long |
getMemory()
Get Instance memory capacity; unit: `GB`.
|
Long |
getNetworkCard()
Get ENI type.
|
ItemPrice |
getPrice()
Get Price of an instance model.
|
String |
getRemark()
Get Descriptive information of the instance.
|
String |
getSoldOutReason()
Get Details of out-of-stock items
Note: this field may return null, indicating that no valid value is obtained.
|
String |
getStatus()
Get Whether an instance model is available.
|
Long |
getStorageBlockAmount()
Get Number of local storage blocks.
|
String |
getTypeName()
Get Model name.
|
String |
getZone()
Get Availability zone.
|
void |
setCpu(Long Cpu)
Set Number of CPU cores of an instance model.
|
void |
setCpuType(String CpuType)
Set CPU type.
|
void |
setExternals(Externals Externals)
Set Additional data.
|
void |
setFpga(Long Fpga)
Set Number of FPGAs of the instance.
|
void |
setGpu(Long Gpu)
Set Number of GPUs of the instance.
|
void |
setInstanceBandwidth(Float InstanceBandwidth)
Set Private network bandwidth, in Gbps.
|
void |
setInstanceChargeType(String InstanceChargeType)
Set Instance billing plan.
|
void |
setInstanceFamily(String InstanceFamily)
Set Instance model family.
|
void |
setInstancePps(Long InstancePps)
Set The max packet sending and receiving capability (in 10k PPS).
|
void |
setInstanceType(String InstanceType)
Set Instance model.
|
void |
setLocalDiskTypeList(LocalDiskType[] LocalDiskTypeList)
Set List of local disk specifications.
|
void |
setMemory(Long Memory)
Set Instance memory capacity; unit: `GB`.
|
void |
setNetworkCard(Long NetworkCard)
Set ENI type.
|
void |
setPrice(ItemPrice Price)
Set Price of an instance model.
|
void |
setRemark(String Remark)
Set Descriptive information of the instance.
|
void |
setSoldOutReason(String SoldOutReason)
Set Details of out-of-stock items
Note: this field may return null, indicating that no valid value is obtained.
|
void |
setStatus(String Status)
Set Whether an instance model is available.
|
void |
setStorageBlockAmount(Long StorageBlockAmount)
Set Number of local storage blocks.
|
void |
setTypeName(String TypeName)
Set Model name.
|
void |
setZone(String Zone)
Set Availability zone.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getZone()
public void setZone(String Zone)
Zone
- Availability zone.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Instance model.public String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType
- Instance billing plan. Valid values: public Long getNetworkCard()
public void setNetworkCard(Long NetworkCard)
NetworkCard
- ENI type. For example, 25 represents an ENI of 25 GB.public Externals getExternals()
public void setExternals(Externals Externals)
Externals
- Additional data.
Note: This field may return null, indicating that no valid value is found.public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- Number of CPU cores of an instance model.public Long getMemory()
public void setMemory(Long Memory)
Memory
- Instance memory capacity; unit: `GB`.public String getInstanceFamily()
public void setInstanceFamily(String InstanceFamily)
InstanceFamily
- Instance model family.public String getTypeName()
public void setTypeName(String TypeName)
TypeName
- Model name.public LocalDiskType[] getLocalDiskTypeList()
public void setLocalDiskTypeList(LocalDiskType[] LocalDiskTypeList)
LocalDiskTypeList
- List of local disk specifications. If the parameter returns null, it means that local disks cannot be created.public String getStatus()
public void setStatus(String Status)
Status
- Whether an instance model is available. Valid values: public ItemPrice getPrice()
public void setPrice(ItemPrice Price)
Price
- Price of an instance model.public String getSoldOutReason()
public void setSoldOutReason(String SoldOutReason)
SoldOutReason
- Details of out-of-stock items
Note: this field may return null, indicating that no valid value is obtained.public Float getInstanceBandwidth()
public void setInstanceBandwidth(Float InstanceBandwidth)
InstanceBandwidth
- Private network bandwidth, in Gbps.public Long getInstancePps()
public void setInstancePps(Long InstancePps)
InstancePps
- The max packet sending and receiving capability (in 10k PPS).public Long getStorageBlockAmount()
public void setStorageBlockAmount(Long StorageBlockAmount)
StorageBlockAmount
- Number of local storage blocks.public String getCpuType()
public void setCpuType(String CpuType)
CpuType
- CPU type.public Long getGpu()
public void setGpu(Long Gpu)
Gpu
- Number of GPUs of the instance.public Long getFpga()
public void setFpga(Long Fpga)
Fpga
- Number of FPGAs of the instance.public String getRemark()
public void setRemark(String Remark)
Remark
- Descriptive information of the instance.Copyright © 2021. All rights reserved.