ISCSIVolume Source Args
constructor(chapAuthDiscovery: Output<Boolean>? = null, chapAuthSession: Output<Boolean>? = null, fsType: Output<String>? = null, initiatorName: Output<String>? = null, iqn: Output<String>, iscsiInterface: Output<String>? = null, lun: Output<Int>, portals: Output<List<String>>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<LocalObjectReferenceArgs>? = null, targetPortal: Output<String>)