AclResponse

data class AclResponse(val initiatorIqn: String, val mappedLuns: List<String>)

Access Control List (ACL) for an iSCSI Target; defines LUN masking policy

Constructors

Link copied to clipboard
constructor(initiatorIqn: String, mappedLuns: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

iSCSI initiator IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:client".

Link copied to clipboard

List of LUN names mapped to the ACL.