IscsiLunResponse

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

LUN to expose the Azure Managed Disk.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Resource ID of the Managed Disk.

Link copied to clipboard

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