public class ContainerMount extends AbstractModel
| 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 Path in the container | 
| String | getDriver()Get Driver | 
| String | getMode()Get Mode | 
| String | getName()Get Name | 
| String | getPropagation()Get Propagation type | 
| Boolean | getRW()Get Read/Write permission | 
| String | getSource()Get Host path | 
| String | getType()Get Mount type: `bind`. | 
| void | setDestination(String Destination)Set Path in the container | 
| void | setDriver(String Driver)Set Driver | 
| void | setMode(String Mode)Set Mode | 
| void | setName(String Name)Set Name | 
| void | setPropagation(String Propagation)Set Propagation type | 
| void | setRW(Boolean RW)Set Read/Write permission | 
| void | setSource(String Source)Set Host path | 
| void | setType(String Type)Set Mount type: `bind`. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ContainerMount()
public ContainerMount(ContainerMount source)
public String getType()
public void setType(String Type)
Type - Mount type: `bind`.public String getSource()
public void setSource(String Source)
Source - Host pathpublic String getDestination()
public void setDestination(String Destination)
Destination - Path in the containerpublic String getMode()
public void setMode(String Mode)
Mode - Modepublic Boolean getRW()
public void setRW(Boolean RW)
RW - Read/Write permissionpublic String getPropagation()
public void setPropagation(String Propagation)
Propagation - Propagation typepublic String getName()
public void setName(String Name)
Name - Namepublic String getDriver()
public void setDriver(String Driver)
Driver - DriverCopyright © 2023. All rights reserved.