public class LocalDiskType extends AbstractModel
| Constructor and Description |
|---|
LocalDiskType() |
LocalDiskType(LocalDiskType 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 |
getMaxSize()
Get 本地磁盘最大值。
|
Long |
getMinSize()
Get 本地磁盘最小值。
|
String |
getPartitionType()
Get 本地磁盘属性。
|
String |
getRequired()
Get 购买时本地盘是否为必选。取值范围:
REQUIRED:表示必选 OPTIONAL:表示可选。 |
String |
getType()
Get 本地磁盘类型。
|
void |
setMaxSize(Long MaxSize)
Set 本地磁盘最大值。
|
void |
setMinSize(Long MinSize)
Set 本地磁盘最小值。
|
void |
setPartitionType(String PartitionType)
Set 本地磁盘属性。
|
void |
setRequired(String Required)
Set 购买时本地盘是否为必选。取值范围:
REQUIRED:表示必选 OPTIONAL:表示可选。 |
void |
setType(String Type)
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 LocalDiskType()
public LocalDiskType(LocalDiskType source)
public String getType()
public void setType(String Type)
Type - 本地磁盘类型。public String getPartitionType()
public void setPartitionType(String PartitionType)
PartitionType - 本地磁盘属性。public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize - 本地磁盘最小值。public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize - 本地磁盘最大值。public String getRequired()
public void setRequired(String Required)
Required - 购买时本地盘是否为必选。取值范围:Copyright © 2022. All rights reserved.