@Generated(value="jsii-pacmak/1.6.0 (build 248e75b)", date="2020-06-09T15:22:31.283Z") @Stability(value=Stable) public interface DockerVolume extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerVolume.Builder
A builder for
DockerVolume |
static class |
DockerVolume.Jsii$Proxy
An implementation for
DockerVolume |
| Modifier and Type | Method and Description |
|---|---|
static DockerVolume.Builder |
builder() |
String |
getContainerPath()
The path where the file or directory is mounted in the container.
|
String |
getHostPath()
The path to the file or directory on the host machine.
|
@Stability(value=Stable) @NotNull String getContainerPath()
@Stability(value=Stable) @NotNull String getHostPath()
@Stability(value=Stable) static DockerVolume.Builder builder()
DockerVolume.Builder of DockerVolumeCopyright © 2020. All rights reserved.