INPUT_OBJECT

ExcludeVmDisksInput

Description

Set disks to be included/excluded in snapshot.

link GraphQL Schema definition

  • input ExcludeVmDisksInput {
  • # Fid of virtual disk.
  • virtualDiskFid: UUID!
  • # Specifies whether the virtual disk is excluded from the snapshot.
  • excludeFromSnapshots: Boolean!
  • }

link Require by