Class ContainerMount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ContainerMount
-
public class ContainerMount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ContainerMount()ContainerMount(ContainerMount 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 StringgetDestination()Get 容器内路径StringgetDriver()Get 驱动StringgetMode()Get 模式StringgetName()Get 名称StringgetPropagation()Get 传播类型BooleangetRW()Get 读写权限StringgetSource()Get 宿主机路径StringgetType()Get 挂载类型 bindvoidsetDestination(String Destination)Set 容器内路径voidsetDriver(String Driver)Set 驱动voidsetMode(String Mode)Set 模式voidsetName(String Name)Set 名称voidsetPropagation(String Propagation)Set 传播类型voidsetRW(Boolean RW)Set 读写权限voidsetSource(String Source)Set 宿主机路径voidsetType(String Type)Set 挂载类型 bindvoidtoMap(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
-
ContainerMount
public ContainerMount()
-
ContainerMount
public ContainerMount(ContainerMount 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
-
getType
public String getType()
Get 挂载类型 bind- Returns:
- Type 挂载类型 bind
-
setType
public void setType(String Type)
Set 挂载类型 bind- Parameters:
Type- 挂载类型 bind
-
getSource
public String getSource()
Get 宿主机路径- Returns:
- Source 宿主机路径
-
setSource
public void setSource(String Source)
Set 宿主机路径- Parameters:
Source- 宿主机路径
-
getDestination
public String getDestination()
Get 容器内路径- Returns:
- Destination 容器内路径
-
setDestination
public void setDestination(String Destination)
Set 容器内路径- Parameters:
Destination- 容器内路径
-
getMode
public String getMode()
Get 模式- Returns:
- Mode 模式
-
setMode
public void setMode(String Mode)
Set 模式- Parameters:
Mode- 模式
-
getRW
public Boolean getRW()
Get 读写权限- Returns:
- RW 读写权限
-
setRW
public void setRW(Boolean RW)
Set 读写权限- Parameters:
RW- 读写权限
-
getPropagation
public String getPropagation()
Get 传播类型- Returns:
- Propagation 传播类型
-
setPropagation
public void setPropagation(String Propagation)
Set 传播类型- Parameters:
Propagation- 传播类型
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getDriver
public String getDriver()
Get 驱动- Returns:
- Driver 驱动
-
setDriver
public void setDriver(String Driver)
Set 驱动- Parameters:
Driver- 驱动
-
-