INPUT_OBJECT

DiskIdToIsExcluded

Description

Input specifying whether a disk should be excluded from the snapshot.

link GraphQL Schema definition

  • input DiskIdToIsExcluded {
  • # ID of the disk.
  • diskId: UUID!
  • # Whether this disk is excluded from the snapshot.
  • isExcluded: Boolean!
  • }