INPUT_OBJECT
RestoreO365SnappableInput
Description
Config for O365 Snappable Restore.
link GraphQL Schema definition
- input RestoreO365SnappableInput {
- # Recovery action type for the job.
- : O365RestoreActionType!
- # UUID of the target workload.
- : UUID!
- # Configuration for restore job.
- : SnappableRestoreConfig!
- # O365 Snappable Type.
- : SnappableType!
- # UUID of the source workload.
- : UUID!
- }