@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:58.365Z") @Stability(value=Stable) public interface DockerVolumeConfiguration extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
DockerVolumeConfiguration.Builder
A builder for
DockerVolumeConfiguration |
static class |
DockerVolumeConfiguration.Jsii$Proxy
An implementation for
DockerVolumeConfiguration |
Modifier and Type | Method and Description |
---|---|
static DockerVolumeConfiguration.Builder |
builder() |
default Boolean |
getAutoprovision()
Specifies whether the Docker volume should be created if it does not already exist.
|
String |
getDriver()
The Docker volume driver to use.
|
default Map<String,String> |
getDriverOpts()
A map of Docker driver-specific options passed through.
|
default List<String> |
getLabels()
Custom metadata to add to your Docker volume.
|
Scope |
getScope()
The scope for the Docker volume that determines its lifecycle.
|
@Stability(value=Stable) String getDriver()
@Stability(value=Stable) Scope getScope()
@Stability(value=Stable) default Boolean getAutoprovision()
@Stability(value=Stable) default Map<String,String> getDriverOpts()
@Stability(value=Stable) default List<String> getLabels()
@Stability(value=Stable) static DockerVolumeConfiguration.Builder builder()
DockerVolumeConfiguration.Builder
of DockerVolumeConfiguration
Copyright © 2019. All rights reserved.