Class CloudBaseRunServiceVolumeMount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunServiceVolumeMount
-
public class CloudBaseRunServiceVolumeMount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudBaseRunServiceVolumeMount()CloudBaseRunServiceVolumeMount(CloudBaseRunServiceVolumeMount 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 挂载路径StringgetMountPropagation()Get 传播挂载方式StringgetName()Get Volume 名称BooleangetReadOnly()Get 是否只读StringgetSubPath()Get 子路径voidsetMountPath(String MountPath)Set 挂载路径voidsetMountPropagation(String MountPropagation)Set 传播挂载方式voidsetName(String Name)Set Volume 名称voidsetReadOnly(Boolean ReadOnly)Set 是否只读voidsetSubPath(String SubPath)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
-
CloudBaseRunServiceVolumeMount
public CloudBaseRunServiceVolumeMount()
-
CloudBaseRunServiceVolumeMount
public CloudBaseRunServiceVolumeMount(CloudBaseRunServiceVolumeMount 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 Volume 名称- Returns:
- Name Volume 名称
-
setName
public void setName(String Name)
Set Volume 名称- Parameters:
Name- Volume 名称
-
getMountPath
public String getMountPath()
Get 挂载路径- Returns:
- MountPath 挂载路径
-
setMountPath
public void setMountPath(String MountPath)
Set 挂载路径- Parameters:
MountPath- 挂载路径
-
getReadOnly
public Boolean getReadOnly()
Get 是否只读- Returns:
- ReadOnly 是否只读
-
setReadOnly
public void setReadOnly(Boolean ReadOnly)
Set 是否只读- Parameters:
ReadOnly- 是否只读
-
getSubPath
public String getSubPath()
Get 子路径- Returns:
- SubPath 子路径
-
setSubPath
public void setSubPath(String SubPath)
Set 子路径- Parameters:
SubPath- 子路径
-
getMountPropagation
public String getMountPropagation()
Get 传播挂载方式- Returns:
- MountPropagation 传播挂载方式
-
setMountPropagation
public void setMountPropagation(String MountPropagation)
Set 传播挂载方式- Parameters:
MountPropagation- 传播挂载方式
-
-