OBJECT

NutanixVmSnapshotVdiskDetail

Description

Supported in v9.2+

link GraphQL Schema definition

  • type NutanixVmSnapshotVdiskDetail {
  • # Supported in v9.2+
  • # UUID of the virtual machine disk.
  • vmDiskUuid: String
  • # Supported in v9.2+
  • # Label of the disk assigned by Nutanix.
  • label: String
  • # Supported in v9.2+
  • # Size of the virtual disk in bytes.
  • sizeInBytes: Long
  • }