TargetPortalGroupResponse

data class TargetPortalGroupResponse(val acls: List<AclResponse>, val attributes: AttributesResponse, val endpoints: List<String>, val luns: List<IscsiLunResponse>, val port: Int, val tag: Int)

Response properties for iSCSI target portal group.

Constructors

Link copied to clipboard
constructor(acls: List<AclResponse>, attributes: AttributesResponse, endpoints: List<String>, luns: List<IscsiLunResponse>, port: Int, tag: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

List of private IPv4 addresses to connect to the iSCSI target.

Link copied to clipboard

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

Link copied to clipboard
val port: Int

The port used by iSCSI target portal group.

Link copied to clipboard
val tag: Int

The tag associated with the iSCSI target portal group.