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存储大小,单位TB | 
| String | getType()Get cbs存储类型,默认为SSD | 
| void | setSize(Long Size)Set cbs存储大小,单位TB | 
| void | setType(String Type)Set cbs存储类型,默认为SSD | 
| 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 CbsInfo()
public CbsInfo(CbsInfo source)
public Long getSize()
public void setSize(Long Size)
Size - cbs存储大小,单位TBpublic String getType()
public void setType(String Type)
Type - cbs存储类型,默认为SSDCopyright © 2025. All rights reserved.