ProtectionGroupListRecoveryPlans
This method retrieves a list of all the recovery plans that this protection group is a member of.
Synopsis
RecoveryPlan[] ProtectionGroupListRecoveryPlans( )
RecoveryPlan[] is an array of all the Recovery Plans that this protection group belongs to.
Fault
- RuntimeFault
Example for ProtectionGroupListRecoveryPlans
plans[] = _service.ProtectionGroupListRecoveryPlans(_svcPtGrp);