RecoveryPlanV2Input
Recovery plan.
Fields
| Field | Type | Description |
|---|---|---|
| id | UUID | Recovery plan identifier. |
| isHidden | Boolean | Whether the recovery plan is hidden. |
| isHydrationEnabled | Boolean | If hydration is enabled. |
| name | String | Recovery plan name. |
| recoveryPlanType | RecoveryPlanType | Recovery plan type. |
| sourceLocation | RecoveryPlanLocationInput | Source location information. |
| targetLocation | RecoveryPlanLocationInput | Target location information. |
| version | Long | Version of the recovery plan. |
| workloadType | ManagedObjectType | Type of workloads over which this recovery plan is defined. |