Class Tmpfs.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.Tmpfs.Jsii$Proxy
- All Implemented Interfaces:
Tmpfs
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Tmpfs
@Stability(Stable)
@Internal
public static final class Tmpfs.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Tmpfs
An implementation for
Tmpfs
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.Tmpfs
Tmpfs.Builder, Tmpfs.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(Tmpfs.Builder builder) Constructor that initializes the object based on literal property values passed by theTmpfs.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The absolute file path where the tmpfs volume is to be mounted.final List<TmpfsMountOption>
The list of tmpfs volume mount options.final Size
getSize()
The size (in MiB) of the tmpfs volume.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theTmpfs.Builder
.
-
-
Method Details
-
getContainerPath
Description copied from interface:Tmpfs
The absolute file path where the tmpfs volume is to be mounted.- Specified by:
getContainerPath
in interfaceTmpfs
-
getSize
Description copied from interface:Tmpfs
The size (in MiB) of the tmpfs volume. -
getMountOptions
Description copied from interface:Tmpfs
The list of tmpfs volume mount options.For more information, see TmpfsMountOptions.
Default: none
- Specified by:
getMountOptions
in interfaceTmpfs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-