OBJECT

SnapshotSubObj

Description

DataType representing the sub objects captured in a snapshot.

link GraphQL Schema definition

  • type SnapshotSubObj {
  • # A volume captured in a volume group snapshot.
  • volumeGroupSubObj: VolumeGroupSubObject
  • # A virtual disk captured in a VMware virtual machine snapshot.
  • vmwareVmSubObj: VmwareVmSubObject
  • }