Class CfnJobDefinition.TmpfsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.TmpfsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.TmpfsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJobDefinition.TmpfsProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.TmpfsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.TmpfsProperty
An implementation for
CfnJobDefinition.TmpfsProperty
-
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.CfnJobDefinition.TmpfsProperty
CfnJobDefinition.TmpfsProperty.Builder, CfnJobDefinition.TmpfsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.TmpfsProperty.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 in the container where thetmpfs
volume is mounted.The list oftmpfs
volume mount options.final Number
getSize()
The size (in MiB) of thetmpfs
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 theCfnJobDefinition.TmpfsProperty.Builder
.
-
-
Method Details
-
getContainerPath
Description copied from interface:CfnJobDefinition.TmpfsProperty
The absolute file path in the container where thetmpfs
volume is mounted.- Specified by:
getContainerPath
in interfaceCfnJobDefinition.TmpfsProperty
-
getSize
Description copied from interface:CfnJobDefinition.TmpfsProperty
The size (in MiB) of thetmpfs
volume.- Specified by:
getSize
in interfaceCfnJobDefinition.TmpfsProperty
-
getMountOptions
Description copied from interface:CfnJobDefinition.TmpfsProperty
The list oftmpfs
volume mount options.Valid values: "
defaults
" | "ro
" | "rw
" | "suid
" | "nosuid
" | "dev
" | "nodev
" | "exec
" | "noexec
" | "sync
" | "async
" | "dirsync
" | "remount
" | "mand
" | "nomand
" | "atime
" | "noatime
" | "diratime
" | "nodiratime
" | "bind
" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime
" | "norelatime
" | "strictatime
" | "nostrictatime
" | "mode
" | "uid
" | "gid
" | "nr_inodes
" | "nr_blocks
" | "mpol
"- Specified by:
getMountOptions
in interfaceCfnJobDefinition.TmpfsProperty
-
$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()
-