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