DeviceiSCSIAttributes class

Lists iSCSI information about a VTL device.

Constructors

DeviceiSCSIAttributes({bool? chapEnabled, String? networkInterfaceId, int? networkInterfacePort, String? targetARN})
DeviceiSCSIAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

chapEnabled bool?
Indicates whether mutual CHAP is enabled for the iSCSI target.
final
hashCode int
The hash code for this object.
no setterinherited
networkInterfaceId String?
The network interface identifier of the VTL device.
final
networkInterfacePort int?
The port used to communicate with iSCSI VTL device targets.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetARN String?
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
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