TargetPortalGroupCreateArgs

data class TargetPortalGroupCreateArgs(val acls: Output<List<AclArgs>>, val attributes: Output<AttributesArgs>, val luns: Output<List<IscsiLunArgs>>) : ConvertibleToJava<TargetPortalGroupCreateArgs>

Target portal group properties for create or update iSCSI target request.

Constructors

Link copied to clipboard
constructor(acls: Output<List<AclArgs>>, attributes: Output<AttributesArgs>, luns: Output<List<IscsiLunArgs>>)

Properties

Link copied to clipboard
val acls: Output<List<AclArgs>>

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

Link copied to clipboard

Attributes of an iSCSI target portal group.

Link copied to clipboard
val luns: Output<List<IscsiLunArgs>>

List of LUNs to be exposed through the iSCSI target portal group.

Functions

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