public class CBSSpec extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CBSSpec()  | 
CBSSpec(CBSSpec 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 Number. 
 | 
Long | 
getDiskSize()
Get Size. 
 | 
String | 
getDiskType()
Get Disk type. 
 | 
void | 
setDiskCount(Long DiskCount)
Set Number. 
 | 
void | 
setDiskSize(Long DiskSize)
Set Size. 
 | 
void | 
setDiskType(String DiskType)
Set Disk type. 
 | 
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, toJsonStringpublic CBSSpec()
public CBSSpec(CBSSpec source)
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 Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - Size.
Note: This field may return null, indicating that no valid values can be obtained.public Long getDiskCount()
public void setDiskCount(Long DiskCount)
DiskCount - Number.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.