OBJECT

NutanixVirtualDiskSummary

Description

Supported in v5.2+

link GraphQL Schema definition

  • type NutanixVirtualDiskSummary {
  • # Supported in v5.2+
  • # Type of virtual disk.
  • deviceType: String
  • # Supported in v5.2+
  • # Size of the virtual disk in bytes.
  • sizeInBytes: Long
  • # Supported in v5.2-v5.3
  • # UUID of the disk
  • uuid: String
  • # Supported in v6.0+
  • # Specifies whether the Nutanix device can create a snapshot of the disk. Value is
  • # true when a snapshot can be created.
  • isSnapshottable: Boolean
  • # Supported in v6.0+
  • # Label of the disk assigned by Nutanix.
  • label: String
  • # Supported in v6.0+
  • # UUID of the virtual machine disk.
  • vmDiskUuid: String
  • }