OBJECT

OlvmVmSubObject

Description

A virtual disk captured in an OLVM virtual machine snapshot.

link GraphQL Schema definition

  • type OlvmVmSubObject {
  • # Number of bytes actually used bt the disk.
  • actualSizeInBytes: Long!
  • # Alias/name of the virtual disk.
  • diskAlias: String!
  • # ID of the virtual disk.
  • diskId: String!
  • # Total size of the disk and associated oVirt snapshots, in bytes.
  • fileSizeInBytes: Long!
  • # Provisioned size of the virtual disk in bytes.
  • provisionedSizeInBytes: Long!
  • # ID of the storage domain containing the virtual disk.
  • storageDomainId: String!
  • }