Package io.github.cdklabs.projen
Class DockerComposeVolumeConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.DockerComposeVolumeConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DockerComposeVolumeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DockerComposeVolumeConfig
@Stability(Experimental) @Internal public static final class DockerComposeVolumeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DockerComposeVolumeConfig
An implementation forDockerComposeVolumeConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.DockerComposeVolumeConfig
DockerComposeVolumeConfig.Builder, DockerComposeVolumeConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DockerComposeVolumeConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDockerComposeVolumeConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDriver()(experimental) Driver to use for the volume.Map<String,String>getDriverOpts()(experimental) Options to provide to the driver.BooleangetExternal()(experimental) Set to true to indicate that the volume is externally created.StringgetName()(experimental) Name of the volume for when the volume name isn't going to work in YAML.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DockerComposeVolumeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDockerComposeVolumeConfig.Builder.
-
-
Method Detail
-
getDriver
public final String getDriver()
Description copied from interface:DockerComposeVolumeConfig(experimental) Driver to use for the volume.Default: - value is not provided
- Specified by:
getDriverin interfaceDockerComposeVolumeConfig
-
getDriverOpts
public final Map<String,String> getDriverOpts()
Description copied from interface:DockerComposeVolumeConfig(experimental) Options to provide to the driver.- Specified by:
getDriverOptsin interfaceDockerComposeVolumeConfig
-
getExternal
public final Boolean getExternal()
Description copied from interface:DockerComposeVolumeConfig(experimental) Set to true to indicate that the volume is externally created.Default: - unset, indicating that docker-compose creates the volume
- Specified by:
getExternalin interfaceDockerComposeVolumeConfig
-
getName
public final String getName()
Description copied from interface:DockerComposeVolumeConfig(experimental) Name of the volume for when the volume name isn't going to work in YAML.Default: - unset, indicating that docker-compose creates volumes as usual
- Specified by:
getNamein interfaceDockerComposeVolumeConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-