OBJECT

NutanixVmDisk

Description

Nutanix Virtual Machine disk details.

link GraphQL Schema definition

  • type NutanixVmDisk {
  • # Disk UUID.
  • uuid: String!
  • # Disk label.
  • label: String!
  • # Type of the virtal disk.
  • deviceType: String!
  • # Nutanix internal UUID of the disk.
  • vmDiskUuid: String!
  • # Disk size in Bytes.
  • sizeInBytes: Long!
  • # Indicates if the disk can be snapshotted.
  • isSnapshottable: Boolean!
  • }