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