public class MultiDiskMC extends AbstractModel
| 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 in this type
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getType()Get Disk type
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getVolume()Get Cloud disk size
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCount(Long Count)Set Number of cloud disks in this type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setType(Long Type)Set Disk type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setVolume(Long Volume)Set Cloud disk size
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 MultiDiskMC()
public MultiDiskMC(MultiDiskMC source)
public Long getCount()
public void setCount(Long Count)
Count - Number of cloud disks in this type
Note: this field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type - Disk type
Note: this field may return null, indicating that no valid values can be obtained.public Long getVolume()
public void setVolume(Long Volume)
Volume - Cloud disk size
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.