INPUT_OBJECT

ManagedDiskExclusion

Description

Specifies which Managed Disks are excluded from snapshots.

link GraphQL Schema definition

  • input ManagedDiskExclusion {
  • # Rubrik ID of the Managed Disk.
  • managedDiskRubrikId: UUID!
  • # Specifies whether the Managed Disk is excluded from snapshots or not. When true,
  • # the Managed Disk will be excluded from the snapshot.
  • isExcludedFromSnapshot: Boolean!
  • }