Class Tmpfs.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.Tmpfs
Tmpfs.Builder, Tmpfs.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Tmpfs.Builder builder) Constructor that initializes the object based on literal property values passed by theTmpfs.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe absolute file path where the tmpfs volume is to be mounted.final List<TmpfsMountOption>The list of tmpfs volume mount options.final NumbergetSize()The size (in MiB) of the tmpfs volume.final inthashCode()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:TmpfsThe absolute file path where the tmpfs volume is to be mounted.- Specified by:
getContainerPathin interfaceTmpfs
-
getSize
Description copied from interface:TmpfsThe size (in MiB) of the tmpfs volume. -
getMountOptions
Description copied from interface:TmpfsThe list of tmpfs volume mount options.For more information, see TmpfsMountOptions.
- Specified by:
getMountOptionsin interfaceTmpfs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-