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.
- : Long!
- # Alias/name of the virtual disk.
- : String!
- # ID of the virtual disk.
- : String!
- # Total size of the disk and associated oVirt snapshots, in bytes.
- : Long!
- # Provisioned size of the virtual disk in bytes.
- : Long!
- # ID of the storage domain containing the virtual disk.
- : String!
- }