Class DockerContainerVolume
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.DockerContainerVolume
-
public class DockerContainerVolume extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DockerContainerVolume()
DockerContainerVolume(DockerContainerVolume 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 String
getContainerPath()
Get 容器路径String
getHostPath()
Get 主机路径void
setContainerPath(String ContainerPath)
Set 容器路径void
setHostPath(String HostPath)
Set 主机路径void
toMap(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
-
DockerContainerVolume
public DockerContainerVolume()
-
DockerContainerVolume
public DockerContainerVolume(DockerContainerVolume 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
-
getContainerPath
public String getContainerPath()
Get 容器路径- Returns:
- ContainerPath 容器路径
-
setContainerPath
public void setContainerPath(String ContainerPath)
Set 容器路径- Parameters:
ContainerPath
- 容器路径
-
getHostPath
public String getHostPath()
Get 主机路径- Returns:
- HostPath 主机路径
-
setHostPath
public void setHostPath(String HostPath)
Set 主机路径- Parameters:
HostPath
- 主机路径
-
-