AttachNewDataDiskOptionsResponse

data class AttachNewDataDiskOptionsResponse(val diskName: String? = null, val diskSizeGiB: Int? = null, val diskType: String? = null)

Properties to attach new disk to the Virtual Machine.

Constructors

Link copied to clipboard
constructor(diskName: String? = null, diskSizeGiB: Int? = null, diskType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskName: String? = null

The name of the disk to be attached.

Link copied to clipboard
val diskSizeGiB: Int? = null

Size of the disk to be attached in Gibibytes.

Link copied to clipboard
val diskType: String? = null

The storage type for the disk (i.e. Standard, Premium).