IscsiLunResponse

data class IscsiLunResponse(val lun: Int, val managedDiskAzureResourceId: String, val name: String)

LUN to expose the Azure Managed Disk.

Constructors

Link copied to clipboard
constructor(lun: Int, managedDiskAzureResourceId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lun: Int

Specifies the Logical Unit Number of the iSCSI LUN.

Link copied to clipboard

Azure Resource ID of the Managed Disk.

Link copied to clipboard

User defined name for iSCSI LUN; example: "lun0"