public class ContainerMount extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestination()
Get 容器内路径
|
String |
getDriver()
Get 驱动
|
String |
getMode()
Get 模式
|
String |
getName()
Get 名称
|
String |
getPropagation()
Get 传播类型
|
Boolean |
getRW()
Get 读写权限
|
String |
getSource()
Get 宿主机路径
|
String |
getType()
Get 挂载类型 bind
|
void |
setDestination(String Destination)
Set 容器内路径
|
void |
setDriver(String Driver)
Set 驱动
|
void |
setMode(String Mode)
Set 模式
|
void |
setName(String Name)
Set 名称
|
void |
setPropagation(String Propagation)
Set 传播类型
|
void |
setRW(Boolean RW)
Set 读写权限
|
void |
setSource(String Source)
Set 宿主机路径
|
void |
setType(String Type)
Set 挂载类型 bind
|
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, toJsonString
public ContainerMount()
public ContainerMount(ContainerMount source)
public String getType()
public void setType(String Type)
Type
- 挂载类型 bindpublic String getSource()
public void setSource(String Source)
Source
- 宿主机路径public String getDestination()
public void setDestination(String Destination)
Destination
- 容器内路径public String getMode()
public void setMode(String Mode)
Mode
- 模式public Boolean getRW()
public void setRW(Boolean RW)
RW
- 读写权限public String getPropagation()
public void setPropagation(String Propagation)
Propagation
- 传播类型public String getName()
public void setName(String Name)
Name
- 名称public String getDriver()
public void setDriver(String Driver)
Driver
- 驱动Copyright © 2024. All rights reserved.