Class StorageMountConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.StorageMountConf
-
public class StorageMountConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StorageMountConf()StorageMountConf(StorageMountConf 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMountPath()Get 数据卷绑定路径StringgetVolumeName()Get 数据卷名voidsetMountPath(String MountPath)Set 数据卷绑定路径voidsetVolumeName(String VolumeName)Set 数据卷名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
-
StorageMountConf
public StorageMountConf()
-
StorageMountConf
public StorageMountConf(StorageMountConf 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
-
getVolumeName
public String getVolumeName()
Get 数据卷名- Returns:
- VolumeName 数据卷名
-
setVolumeName
public void setVolumeName(String VolumeName)
Set 数据卷名- Parameters:
VolumeName- 数据卷名
-
getMountPath
public String getMountPath()
Get 数据卷绑定路径- Returns:
- MountPath 数据卷绑定路径
-
setMountPath
public void setMountPath(String MountPath)
Set 数据卷绑定路径- Parameters:
MountPath- 数据卷绑定路径
-
-