StartRecoveryInput
Request to start a recovery operation.
Fields
| Field | Type | Description |
|---|---|---|
| dataTransferType | DataTransferType! | Specifies the method used for transferring data during the recovery operation. |
| recoveryFailureAction | RecoveryFailureAction! | Specifies the action to take when a recovery operation encounters a failure. |
| recoveryName | String! | User-defined name for the recovery operation. |
| recoveryPlanInfo | RecoveryPlanInfo! | Recovery plan information for the recovery operation. |
| recoverySpecInfo | RecoverySpecInfo! | Recovery specification information for the recovery operation. |
| triggeredFrom | RecoveryTriggeredFrom | Specifies the source or location from which the recovery operation was initiated. |