GetAccessControlRecordResult

data class GetAccessControlRecordResult(val azureApiVersion: String, val id: String, val initiatorName: String, val kind: String? = null, val name: String, val type: String, val volumeCount: Int)

The access control record.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, initiatorName: String, kind: String? = null, name: String, type: String, volumeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The iSCSI initiator name (IQN).

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The name of the object.

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

The number of volumes using the access control record.