public class MultiDisk extends AbstractModel
Constructor and Description |
---|
MultiDisk() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get Number of cloud disks of this type
|
String |
getDiskType()
Get Cloud disk type.
|
Long |
getVolume()
Get Cloud disk size
|
void |
setCount(Long Count)
Set Number of cloud disks of this type
|
void |
setDiskType(String DiskType)
Set Cloud disk type.
|
void |
setVolume(Long Volume)
Set Cloud disk size
|
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 String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Cloud disk type. Valid values: CLOUD_PREMIUM, CLOUD_SSD, CLOUD_BASICpublic Long getVolume()
public void setVolume(Long Volume)
Volume
- Cloud disk sizepublic Long getCount()
public void setCount(Long Count)
Count
- Number of cloud disks of this typeCopyright © 2020. All rights reserved.