LambdaDeviceMount class
Contains information about a device that Linux processes in a container can access.
Constructors
- LambdaDeviceMount({required String path, bool? addGroupOwner, LambdaFilesystemPermission? permission})
Properties
- addGroupOwner → bool?
-
Whether or not to add the component's system user as an owner of the device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
The mount path for the device in the file system.
final
- permission → LambdaFilesystemPermission?
-
The permission to access the device: read/only (
ro
) or read/write (rw
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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