Quantcast
Channel: VMware Communities : Discussion List - Site Recovery Manager
Viewing all articles
Browse latest Browse all 3691

SRM specifies the recovery options

$
0
0

Is it possible to not replicate recent changes during starting recovery plan from PowerCLI?

 

As per documentation in VMware SRM API v6.5 there is optional parameter "RecoveryOptions":

---------------------------

Synopsis from "Site Recovery Manager API Developer's Guide, Site Recovery Manager 6.5, page 63"

Startvoid start(RecoveryPlan.RecoveryMode mode, @version5 @optional RecoveryOptions options)

---------------------------

 

But when I connect to SRM and execute:

 

$srmapi.recovery.ListPlans() | gm

 

I get

 

Start      Method               void Start(VMware.VimAutomation.Srm.Views.SrmRecoveryPlanRecoveryMode mode)

 

There is no optional parameter which is described in SRM API.

 

Do I have to use PowerCLI version 6.5 to utilize this optional parameter.

 

 

Thank you for assistance


Viewing all articles
Browse latest Browse all 3691

Trending Articles