GetIscsiTargetResult

data class GetIscsiTargetResult(val aclMode: String, val azureApiVersion: 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, azureApiVersion: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mode for Target connectivity.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val endpoints: List<String>? = null

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

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val luns: List<IscsiLunResponse>? = null

List of LUNs to be exposed through iSCSI Target.

Link copied to clipboard

Azure resource id. Indicates if this resource is managed by another Azure resource.

Link copied to clipboard

List of Azure resource ids that manage this resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val port: Int? = null

The port used by iSCSI Target portal group.

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

List of identifiers for active sessions on the iSCSI target

Link copied to clipboard

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

Link copied to clipboard

Operational status of the iSCSI Target.

Link copied to clipboard

Resource metadata required by ARM RPC

Link copied to clipboard

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

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.