public class CbsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CbsInfo() |
CbsInfo(CbsInfo 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 |
getSize()
Get CBS storage size, in TB
|
String |
getType()
Get CBS storage type, SSD by default
|
void |
setSize(Long Size)
Set CBS storage size, in TB
|
void |
setType(String Type)
Set CBS storage type, SSD by default
|
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 CbsInfo()
public CbsInfo(CbsInfo source)
public Long getSize()
public void setSize(Long Size)
Size
- CBS storage size, in TBpublic String getType()
public void setType(String Type)
Type
- CBS storage type, SSD by defaultCopyright © 2025. All rights reserved.