AclArgs

data class AclArgs(val initiatorIqn: Output<String>, val mappedLuns: Output<List<String>>) : ConvertibleToJava<AclArgs>

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

Constructors

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

Properties

Link copied to clipboard
val initiatorIqn: Output<String>

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

Link copied to clipboard
val mappedLuns: Output<List<String>>

List of LUN names mapped to the ACL.

Functions

Link copied to clipboard
open override fun toJava(): AclArgs