Class CbsVolume
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.CbsVolume
-
public class CbsVolume extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCbsDiskId()Get 腾讯云cbs盘IdStringgetName()Get cbs volume 数据卷名称voidsetCbsDiskId(String CbsDiskId)Set 腾讯云cbs盘IdvoidsetName(String Name)Set cbs volume 数据卷名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CbsVolume
public CbsVolume()
-
CbsVolume
public 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.
-
-
Method Detail
-
getName
public String getName()
Get cbs volume 数据卷名称- Returns:
- Name cbs volume 数据卷名称
-
setName
public void setName(String Name)
Set cbs volume 数据卷名称- Parameters:
Name- cbs volume 数据卷名称
-
getCbsDiskId
public String getCbsDiskId()
Get 腾讯云cbs盘Id- Returns:
- CbsDiskId 腾讯云cbs盘Id
-
setCbsDiskId
public void setCbsDiskId(String CbsDiskId)
Set 腾讯云cbs盘Id- Parameters:
CbsDiskId- 腾讯云cbs盘Id
-
-