Class VolumeMountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.VolumeMountInfo
-
public class VolumeMountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VolumeMountInfo()VolumeMountInfo(VolumeMountInfo 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 StringgetReadOrWrite()Get 读写,1:读 2:读写StringgetVolumeMountName()Get 挂载数据卷名称StringgetVolumeMountPath()Get 挂载路径StringgetVolumeMountSubPath()Get 挂载子路径voidsetReadOrWrite(String ReadOrWrite)Set 读写,1:读 2:读写voidsetVolumeMountName(String VolumeMountName)Set 挂载数据卷名称voidsetVolumeMountPath(String VolumeMountPath)Set 挂载路径voidsetVolumeMountSubPath(String VolumeMountSubPath)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
-
VolumeMountInfo
public VolumeMountInfo()
-
VolumeMountInfo
public VolumeMountInfo(VolumeMountInfo 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
-
getVolumeMountName
public String getVolumeMountName()
Get 挂载数据卷名称- Returns:
- VolumeMountName 挂载数据卷名称
-
setVolumeMountName
public void setVolumeMountName(String VolumeMountName)
Set 挂载数据卷名称- Parameters:
VolumeMountName- 挂载数据卷名称
-
getVolumeMountPath
public String getVolumeMountPath()
Get 挂载路径- Returns:
- VolumeMountPath 挂载路径
-
setVolumeMountPath
public void setVolumeMountPath(String VolumeMountPath)
Set 挂载路径- Parameters:
VolumeMountPath- 挂载路径
-
getVolumeMountSubPath
public String getVolumeMountSubPath()
Get 挂载子路径- Returns:
- VolumeMountSubPath 挂载子路径
-
setVolumeMountSubPath
public void setVolumeMountSubPath(String VolumeMountSubPath)
Set 挂载子路径- Parameters:
VolumeMountSubPath- 挂载子路径
-
getReadOrWrite
public String getReadOrWrite()
Get 读写,1:读 2:读写- Returns:
- ReadOrWrite 读写,1:读 2:读写
-
setReadOrWrite
public void setReadOrWrite(String ReadOrWrite)
Set 读写,1:读 2:读写- Parameters:
ReadOrWrite- 读写,1:读 2:读写
-
-