Get Iscsi Target Result
data class GetIscsiTargetResult(val aclMode: String, val endpoints: List<String>? = null, val id: String, val luns: List<IscsiLunResponse>? = null, val managedBy: String, val managedByExtended: List<String>, val name: String, val port: Int? = null, val provisioningState: String, val sessions: List<String>, val staticAcls: List<AclResponse>? = null, val status: String, val systemData: SystemMetadataResponse, val targetIqn: String, val type: String)
Response for iSCSI Target requests.
Constructors
Link copied to clipboard
constructor(aclMode: String, endpoints: List<String>? = null, id: String, luns: List<IscsiLunResponse>? = null, managedBy: String, managedByExtended: List<String>, name: String, port: Int? = null, provisioningState: String, sessions: List<String>, staticAcls: List<AclResponse>? = null, status: String, systemData: SystemMetadataResponse, targetIqn: String, type: String)
Properties
Link copied to clipboard
List of LUNs to be exposed through iSCSI Target.
Link copied to clipboard
List of Azure resource ids that manage this resource.
Link copied to clipboard
State of the operation on the resource.
Link copied to clipboard
Access Control List (ACL) for an iSCSI Target; defines LUN masking policy
Link copied to clipboard
Resource metadata required by ARM RPC