VolumeiSCSIAttributes constructor

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

Implementation

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