RecoveryPlanBasicInfo
Basic information about the recovery plans.
Fields
| Field | Type | Description |
|---|---|---|
| id | UUID! | Recovery plan identifier. |
| latestRecovery | Recovery | The latest recovery for this recovery plan. |
| name | String! | Recovery plan name. |
| recoveryPlanStats | RecoveryPlanStats | Recovery statistics for this recovery plan. |
| recoveryPlanStatus | RecoveryPlanStatus! | Current status of the recovery plan. |
| recoveryPlanType | RecoveryPlanType! | Recovery plan type. |
| recoverySchedule | RecoverySchedule | Recovery schedule associated with this recovery plan. |
| sourceLocation | RecoveryPlanLocation | Source location information. |
| targetConsistencyInfo | RecoveryPlanTargetConsistencyInfo | Target consistency information for this recovery plan. |
| targetLocation | RecoveryPlanLocation | Target location information. |
| version | Long! | Version of the recovery plan. |
| workloadType | ManagedObjectType! | Type of workloads for which this recovery plan is defined. |
Used By
Referenced by