public static final class CfnJobDefinition.TmpfsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.TmpfsProperty
CfnJobDefinition.TmpfsProperty
CfnJobDefinition.TmpfsProperty.Builder, CfnJobDefinition.TmpfsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContainerPath()
The absolute file path in the container where the tmpfs volume is mounted.
|
java.util.List<java.lang.String> |
getMountOptions()
The list of tmpfs volume mount options.
|
java.lang.Number |
getSize()
The size (in MiB) of the tmpfs volume.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getContainerPath()
CfnJobDefinition.TmpfsProperty
getContainerPath
in interface CfnJobDefinition.TmpfsProperty
public final java.lang.Number getSize()
CfnJobDefinition.TmpfsProperty
getSize
in interface CfnJobDefinition.TmpfsProperty
public final java.util.List<java.lang.String> getMountOptions()
CfnJobDefinition.TmpfsProperty
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
"
getMountOptions
in interface CfnJobDefinition.TmpfsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()