DiskEntry class
Single disk entry.
Constructors
- DiskEntry({String? capacityBytes, String? diskLabel, String? diskLabelType, String? freeBytes, String? hwAddress, String? interfaceType, DiskPartitionList? partitions, VmwareDiskConfig? vmware})
- DiskEntry.fromJson(Map json_)
Properties
- capacityBytes ↔ String?
-
Disk capacity.
getter/setter pair
- diskLabel ↔ String?
-
Disk label.
getter/setter pair
- diskLabelType ↔ String?
-
Disk label type (e.g. BIOS/GPT)
getter/setter pair
- freeBytes ↔ String?
-
Disk free space.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hwAddress ↔ String?
-
Disk hardware address (e.g. 0:1 for SCSI).
getter/setter pair
- interfaceType ↔ String?
-
Disks interface type.
Possible string values are:
getter/setter pair
- partitions ↔ DiskPartitionList?
-
Partition layout.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vmware ↔ VmwareDiskConfig?
-
VMware disk details.
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