BlockDevice class
Block device represents the device(s) which are stored in the block volume.
Constructors
-
BlockDevice({List<
String> ? hostGroups, String? identifier, String? name, String? osType, String? sizeGib}) - BlockDevice.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hostGroups
↔ List<
String> ? -
A list of host groups that identify hosts that can mount the block volume.
getter/setter pair
- identifier ↔ String?
-
Device identifier of the block volume.
getter/setter pair
- name ↔ String?
-
User-defined name for the block device, unique within the volume.
getter/setter pair
- osType ↔ String?
-
The OS type of the volume.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeGib ↔ String?
-
The size of the block device in GiB.
getter/setter pair
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