Disk class

Represents a gateway's local disk.

Constructors

Disk({String? diskAllocationResource, String? diskAllocationType, List<String>? diskAttributeList, String? diskId, String? diskNode, String? diskPath, int? diskSizeInBytes, String? diskStatus})
Disk.fromJson(Map<String, dynamic> json)
factory

Properties

diskAllocationResource String?
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
final
diskAllocationType String?
final
diskAttributeList List<String>?
final
diskId String?
The unique device ID or other distinguishing data that identifies a local disk.
final
diskNode String?
The device node of a local disk as assigned by the virtualization environment.
final
diskPath String?
The path of a local disk in the gateway virtual machine (VM).
final
diskSizeInBytes int?
The local disk size in bytes.
final
diskStatus String?
A value that represents the status of a local disk.
final
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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