OBJECT

VmwareVmSubObject

Description

A virtual disk captured in a VMware virtual machine snapshot.

link GraphQL Schema definition

  • type VmwareVmSubObject {
  • # VMware virtual disk device key.
  • deviceKey: Int!
  • # Mount point for the volume.
  • filename: String!
  • # File size of the virtual disk in bytes.
  • fileSizeInBytes: Long!
  • # ID of the virtual disk.
  • virtualDiskId: UUID
  • # The datastore that holds the virtual disk.
  • currentDatastoreId: UUID
  • }