public class DedicatedClusterType extends AbstractModel
| Constructor and Description |
|---|
DedicatedClusterType() |
DedicatedClusterType(DedicatedClusterType 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 |
getComputeFormatDesc()
Get 显示计算资源规格详情,存储等资源不显示;对应规格
|
String |
getCreateTime()
Get 创建配置的时间
|
String |
getDedicatedClusterTypeId()
Get 配置id
|
String |
getDescription()
Get 配置描述,对应描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 配置名称,对应计算资源类型
|
Float |
getPowerDrawKva()
Get 功率要求(KW)
|
String[] |
getSupportedInstanceFamily()
Get 支持的实例族列表
|
String[] |
getSupportedStorageType()
Get 支持的存储类型列表
|
Long[] |
getSupportedUplinkGiB()
Get 支持的上连交换机的链路传输速率
|
Long |
getWeight()
Get 地板承重要求(KG)
|
void |
setComputeFormatDesc(String ComputeFormatDesc)
Set 显示计算资源规格详情,存储等资源不显示;对应规格
|
void |
setCreateTime(String CreateTime)
Set 创建配置的时间
|
void |
setDedicatedClusterTypeId(String DedicatedClusterTypeId)
Set 配置id
|
void |
setDescription(String Description)
Set 配置描述,对应描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 配置名称,对应计算资源类型
|
void |
setPowerDrawKva(Float PowerDrawKva)
Set 功率要求(KW)
|
void |
setSupportedInstanceFamily(String[] SupportedInstanceFamily)
Set 支持的实例族列表
|
void |
setSupportedStorageType(String[] SupportedStorageType)
Set 支持的存储类型列表
|
void |
setSupportedUplinkGiB(Long[] SupportedUplinkGiB)
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, toJsonStringpublic DedicatedClusterType()
public DedicatedClusterType(DedicatedClusterType source)
public String getDedicatedClusterTypeId()
public void setDedicatedClusterTypeId(String DedicatedClusterTypeId)
DedicatedClusterTypeId - 配置idpublic String getDescription()
public void setDescription(String Description)
Description - 配置描述,对应描述
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 配置名称,对应计算资源类型public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建配置的时间public String[] getSupportedStorageType()
public void setSupportedStorageType(String[] SupportedStorageType)
SupportedStorageType - 支持的存储类型列表public Long[] getSupportedUplinkGiB()
public void setSupportedUplinkGiB(Long[] SupportedUplinkGiB)
SupportedUplinkGiB - 支持的上连交换机的链路传输速率public String[] getSupportedInstanceFamily()
public void setSupportedInstanceFamily(String[] SupportedInstanceFamily)
SupportedInstanceFamily - 支持的实例族列表public Long getWeight()
public void setWeight(Long Weight)
Weight - 地板承重要求(KG)public Float getPowerDrawKva()
public void setPowerDrawKva(Float PowerDrawKva)
PowerDrawKva - 功率要求(KW)public String getComputeFormatDesc()
public void setComputeFormatDesc(String ComputeFormatDesc)
ComputeFormatDesc - 显示计算资源规格详情,存储等资源不显示;对应规格Copyright © 2022. All rights reserved.