INPUT_OBJECT

RestoreO365SnappableInput

Description

Config for O365 Snappable Restore.

link GraphQL Schema definition

  • input RestoreO365SnappableInput {
  • # O365 Snappable Type.
  • snappableType: SnappableType!
  • # UUID of the source workload.
  • sourceSnappableUuid: UUID!
  • # UUID of the target workload.
  • destinationSnappableUuid: UUID!
  • # Configuration for restore job.
  • restoreConfig: SnappableRestoreConfig!
  • # Recovery action type for the job.
  • actionType: O365RestoreActionType!
  • }

link Require by