public class DedicatedClusterOrderItem extends AbstractModel
Constructor and Description |
---|
DedicatedClusterOrderItem() |
DedicatedClusterOrderItem(DedicatedClusterOrderItem 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 |
---|---|
String |
getComputeFormat()
Get 规格展示
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCount()
Get 关联的集群规格数量
|
String |
getCreateTime()
Get 订单创建的时间
|
String |
getDedicatedClusterTypeId()
Get 专用集群类型id
|
String |
getDescription()
Get 规格详细描述
|
String |
getName()
Get 规格简单描述
|
Float |
getPowerDraw()
Get 功率要求(KW)
|
String |
getSubOrderId()
Get 子订单ID
|
Long |
getSubOrderPayStatus()
Get 0未支付,1已支付
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubOrderStatus()
Get 订单状态
|
String[] |
getSupportedInstanceFamily()
Get 支持的实例族列表
|
String[] |
getSupportedStorageType()
Get 支持的存储类型列表
|
Long[] |
getSupportedUplinkSpeed()
Get 支持的上连交换机的链路传输速率(GiB)
|
Long |
getTotalCpu()
Get CPU数
|
Long |
getTotalGpu()
Get GPU数
|
Long |
getTotalMem()
Get 内存数
|
String |
getTypeFamily()
Get 规格类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTypeName()
Get 规格英文名
|
Long |
getWeight()
Get 地板承重要求(KG)
|
void |
setComputeFormat(String ComputeFormat)
Set 规格展示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 关联的集群规格数量
|
void |
setCreateTime(String CreateTime)
Set 订单创建的时间
|
void |
setDedicatedClusterTypeId(String DedicatedClusterTypeId)
Set 专用集群类型id
|
void |
setDescription(String Description)
Set 规格详细描述
|
void |
setName(String Name)
Set 规格简单描述
|
void |
setPowerDraw(Float PowerDraw)
Set 功率要求(KW)
|
void |
setSubOrderId(String SubOrderId)
Set 子订单ID
|
void |
setSubOrderPayStatus(Long SubOrderPayStatus)
Set 0未支付,1已支付
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubOrderStatus(String SubOrderStatus)
Set 订单状态
|
void |
setSupportedInstanceFamily(String[] SupportedInstanceFamily)
Set 支持的实例族列表
|
void |
setSupportedStorageType(String[] SupportedStorageType)
Set 支持的存储类型列表
|
void |
setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)
Set 支持的上连交换机的链路传输速率(GiB)
|
void |
setTotalCpu(Long TotalCpu)
Set CPU数
|
void |
setTotalGpu(Long TotalGpu)
Set GPU数
|
void |
setTotalMem(Long TotalMem)
Set 内存数
|
void |
setTypeFamily(String TypeFamily)
Set 规格类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTypeName(String TypeName)
Set 规格英文名
|
void |
setWeight(Long Weight)
Set 地板承重要求(KG)
|
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 DedicatedClusterOrderItem()
public DedicatedClusterOrderItem(DedicatedClusterOrderItem source)
public String getDedicatedClusterTypeId()
public void setDedicatedClusterTypeId(String DedicatedClusterTypeId)
DedicatedClusterTypeId
- 专用集群类型idpublic String[] getSupportedStorageType()
public void setSupportedStorageType(String[] SupportedStorageType)
SupportedStorageType
- 支持的存储类型列表public Long[] getSupportedUplinkSpeed()
public void setSupportedUplinkSpeed(Long[] SupportedUplinkSpeed)
SupportedUplinkSpeed
- 支持的上连交换机的链路传输速率(GiB)public String[] getSupportedInstanceFamily()
public void setSupportedInstanceFamily(String[] SupportedInstanceFamily)
SupportedInstanceFamily
- 支持的实例族列表public Long getWeight()
public void setWeight(Long Weight)
Weight
- 地板承重要求(KG)public Float getPowerDraw()
public void setPowerDraw(Float PowerDraw)
PowerDraw
- 功率要求(KW)public String getSubOrderStatus()
public void setSubOrderStatus(String SubOrderStatus)
SubOrderStatus
- 订单状态public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 订单创建的时间public String getSubOrderId()
public void setSubOrderId(String SubOrderId)
SubOrderId
- 子订单IDpublic Long getCount()
public void setCount(Long Count)
Count
- 关联的集群规格数量public String getName()
public void setName(String Name)
Name
- 规格简单描述public String getDescription()
public void setDescription(String Description)
Description
- 规格详细描述public Long getTotalCpu()
public void setTotalCpu(Long TotalCpu)
TotalCpu
- CPU数public Long getTotalMem()
public void setTotalMem(Long TotalMem)
TotalMem
- 内存数public Long getTotalGpu()
public void setTotalGpu(Long TotalGpu)
TotalGpu
- GPU数public String getTypeName()
public void setTypeName(String TypeName)
TypeName
- 规格英文名public String getComputeFormat()
public void setComputeFormat(String ComputeFormat)
ComputeFormat
- 规格展示
注意:此字段可能返回 null,表示取不到有效值。public String getTypeFamily()
public void setTypeFamily(String TypeFamily)
TypeFamily
- 规格类型
注意:此字段可能返回 null,表示取不到有效值。public Long getSubOrderPayStatus()
public void setSubOrderPayStatus(Long SubOrderPayStatus)
SubOrderPayStatus
- 0未支付,1已支付
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.