public class CbsVolume extends AbstractModel
Constructor and Description |
---|
CbsVolume() |
CbsVolume(CbsVolume 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 |
---|---|
String |
getCbsDiskId()
Get 腾讯云cbs盘Id
|
String |
getName()
Get cbs volume 数据卷名称
|
void |
setCbsDiskId(String CbsDiskId)
Set 腾讯云cbs盘Id
|
void |
setName(String Name)
Set cbs volume 数据卷名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CbsVolume()
public CbsVolume(CbsVolume source)
public String getName()
public void setName(String Name)
Name
- cbs volume 数据卷名称public String getCbsDiskId()
public void setCbsDiskId(String CbsDiskId)
CbsDiskId
- 腾讯云cbs盘IdCopyright © 2023. All rights reserved.