/AWS1/CL_ECSTMPFS¶
The container path, mount options, and size of the tmpfs mount.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_containerpath TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The absolute file path where the tmpfs volume is to be mounted.
iv_size TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The maximum size (in MiB) of the tmpfs volume.
Optional arguments:¶
it_mountoptions TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The list of tmpfs 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"
Queryable Attributes¶
containerPath¶
The absolute file path where the tmpfs volume is to be mounted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERPATH() |
Getter for CONTAINERPATH, with configurable default |
ASK_CONTAINERPATH() |
Getter for CONTAINERPATH w/ exceptions if field has no value |
HAS_CONTAINERPATH() |
Determine if CONTAINERPATH has a value |
size¶
The maximum size (in MiB) of the tmpfs volume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZE() |
Getter for SIZE |
mountOptions¶
The list of tmpfs 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"
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTOPTIONS() |
Getter for MOUNTOPTIONS, with configurable default |
ASK_MOUNTOPTIONS() |
Getter for MOUNTOPTIONS w/ exceptions if field has no value |
HAS_MOUNTOPTIONS() |
Determine if MOUNTOPTIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TMPFSLIST¶
TYPES TT_TMPFSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSTMPFS WITH DEFAULT KEY
.