DeviceiSCSIAttributes constructor

DeviceiSCSIAttributes({
  1. bool? chapEnabled,
  2. String? networkInterfaceId,
  3. int? networkInterfacePort,
  4. String? targetARN,
})

Implementation

DeviceiSCSIAttributes({
  this.chapEnabled,
  this.networkInterfaceId,
  this.networkInterfacePort,
  this.targetARN,
});