public class MultiDiskMC extends AbstractModel
header, skipSign
Constructor and Description |
---|
MultiDiskMC() |
MultiDiskMC(MultiDiskMC 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 Number of cloud disks of this type.
|
String |
getSize()
Get Disk size.
|
Long |
getType()
Get Disk type.
|
Long |
getVolume()
Get Cloud disk size (bytes).
|
void |
setCount(Long Count)
Set Number of cloud disks of this type.
|
void |
setSize(String Size)
Set Disk size.
|
void |
setType(Long Type)
Set Disk type.
|
void |
setVolume(Long Volume)
Set Cloud disk size (bytes).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MultiDiskMC()
public MultiDiskMC(MultiDiskMC source)
public Long getCount()
public void setCount(Long Count)
Count
- Number of cloud disks of this type.public Long getType()
public void setType(Long Type)
Type
- Disk type.
1: Local Disk.
2: Cloud Disk.
3: Local SSD.
4: Cloud SSD.
5: Premium Cloud Disk.
6: Enhanced SSD.
11: Throughput HDD.
12: Tremendous SSD.
13: Balanced SSD.
14: Big Data Cloud Disk.
15: High IO Cloud Disk.
16: Remote SSD.public String getSize()
public void setSize(String Size)
Size
- Disk size.public Long getVolume()
public void setVolume(Long Volume)
Volume
- Cloud disk size (bytes).Copyright © 2025. All rights reserved.