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 Number of cloud disks of this type
|
String |
getDiskType()
Get Cloud disk type
`CLOUD_SSD`: SSD
`CLOUD_PREMIUM`: Premium Cloud Storage
`CLOUD_HSSD`: Enhanced SSD
|
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
`CLOUD_SSD`: SSD
`CLOUD_PREMIUM`: Premium Cloud Storage
`CLOUD_HSSD`: Enhanced SSD
|
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 MultiDisk()
public MultiDisk(MultiDisk source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Cloud disk type
public 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 © 2023. All rights reserved.