AclResponse

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

Access Control List (ACL) for an iSCSI target portal group

Constructors

Link copied to clipboard
constructor(initiatorIqn: String, mappedLuns: List<String>, password: String, username: 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.

Link copied to clipboard

Password for Challenge Handshake Authentication Protocol (CHAP) authentication.

Link copied to clipboard

Username for Challenge Handshake Authentication Protocol (CHAP) authentication.