public class DiskSpecPlus extends AbstractModel
header, skipSign
Constructor and Description |
---|
DiskSpecPlus() |
DiskSpecPlus(DiskSpecPlus 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 |
---|---|
String |
getCvmClass()
Get Cvm Class
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDiskCount()
Get Disk Count
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDiskDesc()
Get Disk Description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDiskType()
Get Disk Type
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMaxDiskSize()
Get Max Disk Size
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMinDiskSize()
Get Min Disk Size
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCvmClass(String CvmClass)
Set Cvm Class
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDiskCount(Long DiskCount)
Set Disk Count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDiskDesc(String DiskDesc)
Set Disk Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDiskType(String DiskType)
Set Disk Type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMaxDiskSize(Long MaxDiskSize)
Set Max Disk Size
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMinDiskSize(Long MinDiskSize)
Set Min 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DiskSpecPlus()
public DiskSpecPlus(DiskSpecPlus source)
public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount
- Disk Count
Note: This field may return null, indicating that no valid values can be obtained.public Long getMaxDiskSize()
public void setMaxDiskSize(Long MaxDiskSize)
MaxDiskSize
- Max Disk Size
Note: This field may return null, indicating that no valid values can be obtained.public Long getMinDiskSize()
public void setMinDiskSize(Long MinDiskSize)
MinDiskSize
- Min Disk Size
Note: This field may return null, indicating that no valid values can be obtained.public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Disk Type
Note: This field may return null, indicating that no valid values can be obtained.public String getDiskDesc()
public void setDiskDesc(String DiskDesc)
DiskDesc
- Disk Description
Note: This field may return null, indicating that no valid values can be obtained.public String getCvmClass()
public void setCvmClass(String CvmClass)
CvmClass
- Cvm Class
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.