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 The number of disks.
|
Long |
getDiskSize()
Get The disk capacity in GB.
|
String |
getDiskType()
Get The system disk type.
|
void |
setCount(Long Count)
Set The number of disks.
|
void |
setDiskSize(Long DiskSize)
Set The disk capacity in GB.
|
void |
setDiskType(String DiskType)
Set The system disk type.
|
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 DiskSpecInfo()
public DiskSpecInfo(DiskSpecInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- The number of disks.
Note: This field may return null, indicating that no valid values can be obtained.public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- The system disk type. Valid values:
public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- The disk capacity in GB.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.