VolumeiSCSIAttributes class

Lists iSCSI information about a volume.

Constructors

VolumeiSCSIAttributes({bool? chapEnabled, int? lunNumber, String? networkInterfaceId, int? networkInterfacePort, String? targetARN})
VolumeiSCSIAttributes.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
lunNumber int?
The logical disk number.
final
networkInterfaceId String?
The network interface identifier.
final
networkInterfacePort int?
The port used to communicate with iSCSI targets.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetARN String?
The Amazon Resource Name (ARN) of the volume 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