Tmpfs class

The container path, mount options, and size of the tmpfs mount.

Constructors

Tmpfs({required String containerPath, required int size, List<String>? mountOptions})
Tmpfs.fromJson(Map<String, dynamic> json)
factory

Properties

containerPath String
The absolute file path in the container where the tmpfs volume is mounted.
final
hashCode int
The hash code for this object.
no setterinherited
mountOptions List<String>?
The list of tmpfs volume mount options.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size (in MiB) of the tmpfs volume.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited