DiskResponse

data class DiskResponse(val diskSizeGB: Int? = null, val lun: Int, val name: String? = null)

Specifies the disk information fo the Azure Bare Metal Instance

Constructors

Link copied to clipboard
constructor(diskSizeGB: Int? = null, lun: Int, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskSizeGB: Int? = null

Specifies the size of an empty data disk in gigabytes.

Link copied to clipboard
val lun: Int

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.

Link copied to clipboard
val name: String? = null

The disk name.