Class CfnJobDefinitionPropsMixin.TmpfsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.TmpfsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinitionPropsMixin.TmpfsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinitionPropsMixin.TmpfsProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinitionPropsMixin.TmpfsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinitionPropsMixin.TmpfsProperty
An implementation for
CfnJobDefinitionPropsMixin.TmpfsProperty-
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.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.TmpfsProperty
CfnJobDefinitionPropsMixin.TmpfsProperty.Builder, CfnJobDefinitionPropsMixin.TmpfsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinitionPropsMixin.TmpfsProperty.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 in the container where thetmpfsvolume is mounted.The list oftmpfsvolume mount options.final NumbergetSize()The size (in MiB) of thetmpfsvolume.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 theCfnJobDefinitionPropsMixin.TmpfsProperty.Builder.
-
-
Method Details
-
getContainerPath
Description copied from interface:CfnJobDefinitionPropsMixin.TmpfsPropertyThe absolute file path in the container where thetmpfsvolume is mounted.- Specified by:
getContainerPathin interfaceCfnJobDefinitionPropsMixin.TmpfsProperty- See Also:
-
getMountOptions
Description copied from interface:CfnJobDefinitionPropsMixin.TmpfsPropertyThe list oftmpfsvolume 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:
getMountOptionsin interfaceCfnJobDefinitionPropsMixin.TmpfsProperty- See Also:
-
getSize
Description copied from interface:CfnJobDefinitionPropsMixin.TmpfsPropertyThe size (in MiB) of thetmpfsvolume.- Specified by:
getSizein interfaceCfnJobDefinitionPropsMixin.TmpfsProperty- See Also:
-
$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()
-