public class DiskSpecInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiskSpecInfo() |
DiskSpecInfo(DiskSpecInfo 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 disks.
|
Long |
getDiskSize()
Get Data capacity in GB.
|
String |
getDiskType()
Get Valid values of the system disk type:
CLOUD_SSD: Cloud SSD.
CLOUD_PREMIUM: Premium Cloud Disk.
CLOUD_BASIC: Cloud Disk.
LOCAL_BASIC: Local Disk.
LOCAL_SSD: Local SSD.
Valid values of the data disk type.
|
Long |
getExtraPerformance()
Get Additional performance.
|
void |
setCount(Long Count)
Set Number of disks.
|
void |
setDiskSize(Long DiskSize)
Set Data capacity in GB.
|
void |
setDiskType(String DiskType)
Set Valid values of the system disk type:
CLOUD_SSD: Cloud SSD.
CLOUD_PREMIUM: Premium Cloud Disk.
CLOUD_BASIC: Cloud Disk.
LOCAL_BASIC: Local Disk.
LOCAL_SSD: Local SSD.
Valid values of the data disk type.
|
void |
setExtraPerformance(Long ExtraPerformance)
Set Additional performance.
|
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 DiskSpecInfo()
public DiskSpecInfo(DiskSpecInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- Number of disks.public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Valid values of the system disk type:
public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Data capacity in GB.public Long getExtraPerformance()
public void setExtraPerformance(Long ExtraPerformance)
ExtraPerformance
- Additional performance.Copyright © 2025. All rights reserved.