public class ReservedInstanceTypeItem extends AbstractModel
| Constructor and Description |
|---|
ReservedInstanceTypeItem() |
ReservedInstanceTypeItem(ReservedInstanceTypeItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCpu()
Get CPU核数。
|
String |
getCpuModelName()
Get CPU型号名称。
|
Externals |
getExternals()
Get 外部信息。
|
Long |
getFpga()
Get FPGA数量。
|
String |
getFrequency()
Get 主频。
|
Long |
getGpu()
Get GPU数量。
|
String |
getInstanceType()
Get 实例类型。
|
Float |
getMaxBandwidth()
Get 最大带宽。
|
Long |
getMemory()
Get 内存大小。
|
Long |
getNetworkCard()
Get 网卡数。
|
Long |
getPps()
Get 包转发率。
|
ReservedInstancePriceItem[] |
getPrices()
Get 预留实例配置价格信息。
|
String |
getRemark()
Get 备注信息。
|
Long |
getStorageBlock()
Get 本地存储块数量。
|
void |
setCpu(Long Cpu)
Set CPU核数。
|
void |
setCpuModelName(String CpuModelName)
Set CPU型号名称。
|
void |
setExternals(Externals Externals)
Set 外部信息。
|
void |
setFpga(Long Fpga)
Set FPGA数量。
|
void |
setFrequency(String Frequency)
Set 主频。
|
void |
setGpu(Long Gpu)
Set GPU数量。
|
void |
setInstanceType(String InstanceType)
Set 实例类型。
|
void |
setMaxBandwidth(Float MaxBandwidth)
Set 最大带宽。
|
void |
setMemory(Long Memory)
Set 内存大小。
|
void |
setNetworkCard(Long NetworkCard)
Set 网卡数。
|
void |
setPps(Long Pps)
Set 包转发率。
|
void |
setPrices(ReservedInstancePriceItem[] Prices)
Set 预留实例配置价格信息。
|
void |
setRemark(String Remark)
Set 备注信息。
|
void |
setStorageBlock(Long StorageBlock)
Set 本地存储块数量。
|
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, toJsonStringpublic ReservedInstanceTypeItem()
public ReservedInstanceTypeItem(ReservedInstanceTypeItem source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 实例类型。public Long getCpu()
public void setCpu(Long Cpu)
Cpu - CPU核数。public Long getMemory()
public void setMemory(Long Memory)
Memory - 内存大小。public Long getGpu()
public void setGpu(Long Gpu)
Gpu - GPU数量。public Long getFpga()
public void setFpga(Long Fpga)
Fpga - FPGA数量。public Long getStorageBlock()
public void setStorageBlock(Long StorageBlock)
StorageBlock - 本地存储块数量。public Long getNetworkCard()
public void setNetworkCard(Long NetworkCard)
NetworkCard - 网卡数。public Float getMaxBandwidth()
public void setMaxBandwidth(Float MaxBandwidth)
MaxBandwidth - 最大带宽。public String getFrequency()
public void setFrequency(String Frequency)
Frequency - 主频。public String getCpuModelName()
public void setCpuModelName(String CpuModelName)
CpuModelName - CPU型号名称。public Long getPps()
public void setPps(Long Pps)
Pps - 包转发率。public Externals getExternals()
public void setExternals(Externals Externals)
Externals - 外部信息。public String getRemark()
public void setRemark(String Remark)
Remark - 备注信息。public ReservedInstancePriceItem[] getPrices()
public void setPrices(ReservedInstancePriceItem[] Prices)
Prices - 预留实例配置价格信息。Copyright © 2022. All rights reserved.