Enum TmpfsMountOption
The supported options for a tmpfs mount for a container.
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum TmpfsMountOption
Syntax (vb)
Public Enum TmpfsMountOption
Synopsis
Fields
ASYNC | The supported options for a tmpfs mount for a container. |
ATIME | The supported options for a tmpfs mount for a container. |
BIND | The supported options for a tmpfs mount for a container. |
DEFAULTS | The supported options for a tmpfs mount for a container. |
DEV | The supported options for a tmpfs mount for a container. |
DIRATIME | The supported options for a tmpfs mount for a container. |
DIRSYNC | The supported options for a tmpfs mount for a container. |
EXEC | The supported options for a tmpfs mount for a container. |
GID | The supported options for a tmpfs mount for a container. |
MAND | The supported options for a tmpfs mount for a container. |
MODE | The supported options for a tmpfs mount for a container. |
MPOL | The supported options for a tmpfs mount for a container. |
NOATIME | The supported options for a tmpfs mount for a container. |
NODEV | The supported options for a tmpfs mount for a container. |
NODIRATIME | The supported options for a tmpfs mount for a container. |
NOEXEC | The supported options for a tmpfs mount for a container. |
NOMAND | The supported options for a tmpfs mount for a container. |
NORELATIME | The supported options for a tmpfs mount for a container. |
NOSTRICTATIME | The supported options for a tmpfs mount for a container. |
NOSUID | The supported options for a tmpfs mount for a container. |
NR_BLOCKS | The supported options for a tmpfs mount for a container. |
NR_INODES | The supported options for a tmpfs mount for a container. |
PRIVATE | The supported options for a tmpfs mount for a container. |
RBIND | The supported options for a tmpfs mount for a container. |
RELATIME | The supported options for a tmpfs mount for a container. |
REMOUNT | The supported options for a tmpfs mount for a container. |
RO | The supported options for a tmpfs mount for a container. |
RPRIVATE | The supported options for a tmpfs mount for a container. |
RSHARED | The supported options for a tmpfs mount for a container. |
RSLAVE | The supported options for a tmpfs mount for a container. |
RUNBINDABLE | The supported options for a tmpfs mount for a container. |
RW | The supported options for a tmpfs mount for a container. |
SHARED | The supported options for a tmpfs mount for a container. |
SLAVE | The supported options for a tmpfs mount for a container. |
STRICTATIME | The supported options for a tmpfs mount for a container. |
SUID | The supported options for a tmpfs mount for a container. |
SYNC | The supported options for a tmpfs mount for a container. |
UID | The supported options for a tmpfs mount for a container. |
UNBINDABLE | The supported options for a tmpfs mount for a container. |
Fields
Name | Description |
---|---|
ASYNC | The supported options for a tmpfs mount for a container. |
ATIME | The supported options for a tmpfs mount for a container. |
BIND | The supported options for a tmpfs mount for a container. |
DEFAULTS | The supported options for a tmpfs mount for a container. |
DEV | The supported options for a tmpfs mount for a container. |
DIRATIME | The supported options for a tmpfs mount for a container. |
DIRSYNC | The supported options for a tmpfs mount for a container. |
EXEC | The supported options for a tmpfs mount for a container. |
GID | The supported options for a tmpfs mount for a container. |
MAND | The supported options for a tmpfs mount for a container. |
MODE | The supported options for a tmpfs mount for a container. |
MPOL | The supported options for a tmpfs mount for a container. |
NOATIME | The supported options for a tmpfs mount for a container. |
NODEV | The supported options for a tmpfs mount for a container. |
NODIRATIME | The supported options for a tmpfs mount for a container. |
NOEXEC | The supported options for a tmpfs mount for a container. |
NOMAND | The supported options for a tmpfs mount for a container. |
NORELATIME | The supported options for a tmpfs mount for a container. |
NOSTRICTATIME | The supported options for a tmpfs mount for a container. |
NOSUID | The supported options for a tmpfs mount for a container. |
NR_BLOCKS | The supported options for a tmpfs mount for a container. |
NR_INODES | The supported options for a tmpfs mount for a container. |
PRIVATE | The supported options for a tmpfs mount for a container. |
RBIND | The supported options for a tmpfs mount for a container. |
RELATIME | The supported options for a tmpfs mount for a container. |
REMOUNT | The supported options for a tmpfs mount for a container. |
RO | The supported options for a tmpfs mount for a container. |
RPRIVATE | The supported options for a tmpfs mount for a container. |
RSHARED | The supported options for a tmpfs mount for a container. |
RSLAVE | The supported options for a tmpfs mount for a container. |
RUNBINDABLE | The supported options for a tmpfs mount for a container. |
RW | The supported options for a tmpfs mount for a container. |
SHARED | The supported options for a tmpfs mount for a container. |
SLAVE | The supported options for a tmpfs mount for a container. |
STRICTATIME | The supported options for a tmpfs mount for a container. |
SUID | The supported options for a tmpfs mount for a container. |
SYNC | The supported options for a tmpfs mount for a container. |
UID | The supported options for a tmpfs mount for a container. |
UNBINDABLE | The supported options for a tmpfs mount for a container. |