public class DockerContainerVolume extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DockerContainerVolume()
public DockerContainerVolume(DockerContainerVolume source)
public String getContainerPath()
public void setContainerPath(String ContainerPath)
ContainerPath - 容器路径public String getHostPath()
public void setHostPath(String HostPath)
HostPath - 主机路径Copyright © 2025. All rights reserved.