VTLDevice class

Represents a device object associated with a tape gateway.

Constructors

VTLDevice({DeviceiSCSIAttributes? deviceiSCSIAttributes, String? vTLDeviceARN, String? vTLDeviceProductIdentifier, String? vTLDeviceType, String? vTLDeviceVendor})
VTLDevice.fromJson(Map<String, dynamic> json)
factory

Properties

deviceiSCSIAttributes DeviceiSCSIAttributes?
A list of iSCSI information about a VTL device.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vTLDeviceARN String?
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
final
vTLDeviceProductIdentifier String?
Specifies the model number of device that the VTL device emulates.
final
vTLDeviceType String?
Specifies the type of device that the VTL device emulates.
final
vTLDeviceVendor String?
Specifies the vendor of the device that the VTL device object emulates.
final

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