VmwareDiskDetails class

The details of a Vmware VM disk.

Constructors

VmwareDiskDetails({int? diskNumber, String? label, String? sizeGb})
VmwareDiskDetails.fromJson(Map json_)

Properties

diskNumber int?
The ordinal number of the disk.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
The disk label.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeGb String?
Size in GB.
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