ComputeDataDiskResponse

data class ComputeDataDiskResponse(val diskSizeGiB: Int? = null, val diskUri: String? = null, val managedDiskId: String? = null, val name: String? = null)

A data disks attached to a virtual machine.

Constructors

Link copied to clipboard
constructor(diskSizeGiB: Int? = null, diskUri: String? = null, managedDiskId: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskSizeGiB: Int? = null

Gets data disk size in GiB.

Link copied to clipboard
val diskUri: String? = null

When backed by a blob, the URI of underlying blob.

Link copied to clipboard
val managedDiskId: String? = null

When backed by managed disk, this is the ID of the compute disk resource.

Link copied to clipboard
val name: String? = null

Gets data disk name.