Target Portal Group Response
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)