public class MultiDisk extends AbstractModel
Constructor and Description |
---|
MultiDisk() |
MultiDisk(MultiDisk 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 |
getCount()
Get 该类型云盘个数
|
String |
getDiskType()
Get 云盘类型
CLOUD_SSD:表示云SSD。
CLOUD_PREMIUM:表示高效云盘。
CLOUD_HSSD:表示增强型SSD云硬盘。
|
Long |
getVolume()
Get 云盘大小
|
void |
setCount(Long Count)
Set 该类型云盘个数
|
void |
setDiskType(String DiskType)
Set 云盘类型
CLOUD_SSD:表示云SSD。
CLOUD_PREMIUM:表示高效云盘。
CLOUD_HSSD:表示增强型SSD云硬盘。
|
void |
setVolume(Long Volume)
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, toJsonString
public MultiDisk()
public MultiDisk(MultiDisk source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 云盘类型
public Long getVolume()
public void setVolume(Long Volume)
Volume
- 云盘大小public Long getCount()
public void setCount(Long Count)
Count
- 该类型云盘个数Copyright © 2022. All rights reserved.