public class ContainerMount extends DockerObject implements Serializable
Container
,
Serialized FormConstructor and Description |
---|
ContainerMount() |
Modifier and Type | Method and Description |
---|---|
String |
getDestination() |
String |
getDriver() |
String |
getMode() |
String |
getName() |
String |
getPropagation() |
Boolean |
getRw() |
String |
getSource() |
ContainerMount |
withDestination(String destination) |
ContainerMount |
withDriver(String driver) |
ContainerMount |
withMode(String mode) |
ContainerMount |
withName(String name) |
ContainerMount |
withPropagation(String propagation) |
ContainerMount |
withRw(Boolean rw) |
ContainerMount |
withSource(String source) |
getRawValues
@CheckForNull public String getName()
name
public ContainerMount withName(String name)
name
@CheckForNull public String getSource()
source
public ContainerMount withSource(String source)
source
@CheckForNull public String getDestination()
destination
public ContainerMount withDestination(String destination)
destination
@CheckForNull public String getDriver()
driver
public ContainerMount withDriver(String driver)
driver
@CheckForNull public String getMode()
mode
public ContainerMount withMode(String mode)
mode
@CheckForNull public Boolean getRw()
rw
public ContainerMount withRw(Boolean rw)
rw
@CheckForNull public String getPropagation()
propagation
public ContainerMount withPropagation(String propagation)
propagation
Copyright © 2022. All rights reserved.