@Generated(value="software.amazon.awssdk:codegen") public final class Tmpfs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tmpfs.Builder,Tmpfs>
The container path, mount options, and size of the tmpfs mount.
Modifier and Type | Class and Description |
---|---|
static interface |
Tmpfs.Builder |
Modifier and Type | Method and Description |
---|---|
static Tmpfs.Builder |
builder() |
String |
containerPath()
The absolute file path in the container where the tmpfs volume is to be mounted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMountOptions()
Returns true if the MountOptions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
mountOptions()
The list of tmpfs volume mount options.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Tmpfs.Builder> |
serializableBuilderClass() |
Integer |
size()
The size (in MiB) of the tmpfs volume.
|
Tmpfs.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String containerPath()
The absolute file path in the container where the tmpfs volume is to be mounted.
public Integer size()
The size (in MiB) of the tmpfs volume.
public boolean hasMountOptions()
public List<String> 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
"
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMountOptions()
to see if a value was sent in this field.
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
"
public Tmpfs.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Tmpfs.Builder,Tmpfs>
public static Tmpfs.Builder builder()
public static Class<? extends Tmpfs.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.