@Stability(value=Experimental) @Internal public static final class DockerComposeVolumeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerComposeVolumeConfig
DockerComposeVolumeConfigsoftware.amazon.jsii.JsiiObject.InitializationModeDockerComposeVolumeConfig.Builder, DockerComposeVolumeConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DockerComposeVolumeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DockerComposeVolumeConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDriver()
(experimental) Driver to use for the volume.
|
Map<String,String> |
getDriverOpts()
(experimental) Options to provide to the driver.
|
Boolean |
getExternal()
(experimental) Set to true to indicate that the volume is externally created.
|
String |
getName()
(experimental) Name of the volume for when the volume name isn't going to work in YAML.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DockerComposeVolumeConfig.Builder builder)
DockerComposeVolumeConfig.Builder.public final String getDriver()
DockerComposeVolumeConfigDefault: - value is not provided
getDriver in interface DockerComposeVolumeConfigpublic final Map<String,String> getDriverOpts()
DockerComposeVolumeConfiggetDriverOpts in interface DockerComposeVolumeConfigpublic final Boolean getExternal()
DockerComposeVolumeConfigDefault: - unset, indicating that docker-compose creates the volume
getExternal in interface DockerComposeVolumeConfigpublic final String getName()
DockerComposeVolumeConfigDefault: - unset, indicating that docker-compose creates volumes as usual
getName in interface DockerComposeVolumeConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.