@Stability(value=Experimental) @Internal public static final class DockerVolume.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerVolume
DockerVolumesoftware.amazon.jsii.JsiiObject.InitializationModeDockerVolume.Builder, DockerVolume.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String containerPath,
String hostPath,
DockerVolumeConsistency consistency)
Constructor that initializes the object based on literal property values passed by the
DockerVolume.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
DockerVolumeConsistency |
getConsistency()
(experimental) Mount consistency.
|
String |
getContainerPath()
(experimental) The path where the file or directory is mounted in the container.
|
String |
getHostPath()
(experimental) The path to the file or directory on the host machine.
|
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(String containerPath, String hostPath, DockerVolumeConsistency consistency)
DockerVolume.Builder.public final String getContainerPath()
DockerVolumegetContainerPath in interface DockerVolumepublic final String getHostPath()
DockerVolumegetHostPath in interface DockerVolumepublic final DockerVolumeConsistency getConsistency()
DockerVolumeOnly applicable for macOS
Default: DockerConsistency.DELEGATED
getConsistency in interface DockerVolumehttps://docs.docker.com/storage/bind-mounts/#configure-mount-consistency-for-macos@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.