public static class InspectContainerResponse.Mount extends DockerObject
| Constructor and Description |
|---|
Mount() |
| Modifier and Type | Method and Description |
|---|---|
Volume |
getDestination() |
String |
getDriver() |
String |
getMode() |
String |
getName() |
Boolean |
getRW() |
String |
getSource() |
InspectContainerResponse.Mount |
withDestination(Volume destination) |
InspectContainerResponse.Mount |
withDriver(String driver) |
InspectContainerResponse.Mount |
withMode(String mode) |
InspectContainerResponse.Mount |
withName(String name) |
InspectContainerResponse.Mount |
withRw(Boolean rw) |
InspectContainerResponse.Mount |
withSource(String source) |
getRawValues@CheckForNull public String getName()
@CheckForNull public String getSource()
@CheckForNull public Volume getDestination()
@CheckForNull public String getDriver()
@CheckForNull public String getMode()
@CheckForNull public Boolean getRW()
public InspectContainerResponse.Mount withDestination(Volume destination)
destinationpublic InspectContainerResponse.Mount withDriver(String driver)
driverpublic InspectContainerResponse.Mount withMode(String mode)
modepublic InspectContainerResponse.Mount withName(String name)
namepublic InspectContainerResponse.Mount withRw(Boolean rw)
rwpublic InspectContainerResponse.Mount withSource(String source)
sourceCopyright © 2025. All rights reserved.