GetRecoveryPlan
Retrieves a specific recovery plan.
Synopsis
RecoveryPlan getRecoveryPlan(String name)
name is the name of a Recovery Plan.
RecoveryPlan is a Recovery Plan, which includes plan information, peer recovery plan, recovery mode, recovery plan location, recovery prompt, and recovery state.
Faults
- RecoveryPlanNotFound
- RuntimeFault
See Faults in Site Recovery Manager API for more details.
Example for GetRecoveryPlan
MoRef RecoveryPlan GetRecoveryPlans(MoRef RecoveryPlanFolder, String planName);