public class AttachCBSSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttachCBSSpec() |
AttachCBSSpec(AttachCBSSpec 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 |
getDiskCount()
Get Total number of disks
|
String |
getDiskDesc()
Get Description
|
Long |
getDiskSize()
Get Disk capacity, in GB
|
String |
getDiskType()
Get Node disk type, such as CLOUD_SSD"\"CLOUD_PREMIUM
|
void |
setDiskCount(Long DiskCount)
Set Total number of disks
|
void |
setDiskDesc(String DiskDesc)
Set Description
|
void |
setDiskSize(Long DiskSize)
Set Disk capacity, in GB
|
void |
setDiskType(String DiskType)
Set Node disk type, such as CLOUD_SSD"\"CLOUD_PREMIUM
|
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 AttachCBSSpec()
public AttachCBSSpec(AttachCBSSpec source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- Node disk type, such as CLOUD_SSD"\"CLOUD_PREMIUMpublic Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- Disk capacity, in GBpublic Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount
- Total number of diskspublic String getDiskDesc()
public void setDiskDesc(String DiskDesc)
DiskDesc
- DescriptionCopyright © 2024. All rights reserved.