ISCSIVolumeSource constructor
const
ISCSIVolumeSource({})
Default constructor.
Implementation
const ISCSIVolumeSource({
this.chapAuthDiscovery,
this.chapAuthSession,
this.fsType,
this.initiatorName,
required this.iqn,
this.iscsiInterface,
required this.lun,
this.portals,
this.readOnly,
this.secretRef,
required this.targetPortal,
});