Class CloudBaseRunVolumeMount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunVolumeMount
-
public class CloudBaseRunVolumeMount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudBaseRunVolumeMount()CloudBaseRunVolumeMount(CloudBaseRunVolumeMount 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 挂载路径StringgetName()Get 资源名CloudBaseRunNfsVolumeSource[]getNfsVolumes()Get Nfs挂载信息BooleangetReadOnly()Get 是否只读voidsetMountPath(String MountPath)Set 挂载路径voidsetName(String Name)Set 资源名voidsetNfsVolumes(CloudBaseRunNfsVolumeSource[] NfsVolumes)Set Nfs挂载信息voidsetReadOnly(Boolean ReadOnly)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
-
CloudBaseRunVolumeMount
public CloudBaseRunVolumeMount()
-
CloudBaseRunVolumeMount
public CloudBaseRunVolumeMount(CloudBaseRunVolumeMount 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 资源名- Returns:
- Name 资源名
-
setName
public void setName(String Name)
Set 资源名- Parameters:
Name- 资源名
-
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- 是否只读
-
getNfsVolumes
public CloudBaseRunNfsVolumeSource[] getNfsVolumes()
Get Nfs挂载信息- Returns:
- NfsVolumes Nfs挂载信息
-
setNfsVolumes
public void setNfsVolumes(CloudBaseRunNfsVolumeSource[] NfsVolumes)
Set Nfs挂载信息- Parameters:
NfsVolumes- Nfs挂载信息
-
-