Class VolumeMount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.VolumeMount
-
public class VolumeMount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VolumeMount()VolumeMount(VolumeMount 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 名称BooleangetReadOnly()Get 是否只读 注意:此字段可能返回 null,表示取不到有效值。StringgetSubPath()Get 子路径 注意:此字段可能返回 null,表示取不到有效值。voidsetMountPath(String MountPath)Set 挂载路径voidsetName(String Name)Set 名称voidsetReadOnly(Boolean ReadOnly)Set 是否只读 注意:此字段可能返回 null,表示取不到有效值。voidsetSubPath(String SubPath)Set 子路径 注意:此字段可能返回 null,表示取不到有效值。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
-
VolumeMount
public VolumeMount()
-
VolumeMount
public VolumeMount(VolumeMount 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- 挂载路径
-
getSubPath
public String getSubPath()
Get 子路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubPath 子路径 注意:此字段可能返回 null,表示取不到有效值。
-
setSubPath
public void setSubPath(String SubPath)
Set 子路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubPath- 子路径 注意:此字段可能返回 null,表示取不到有效值。
-
getReadOnly
public Boolean getReadOnly()
Get 是否只读 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReadOnly 是否只读 注意:此字段可能返回 null,表示取不到有效值。
-
setReadOnly
public void setReadOnly(Boolean ReadOnly)
Set 是否只读 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReadOnly- 是否只读 注意:此字段可能返回 null,表示取不到有效值。
-
-