Hi,
What my understanding for the Failover operation (Planned and Unplanned) from VMware SRM is actually bringing up the VM to other site. As the same is handled at VMware SRM UI level individually with two different option.
--
Planned failover attempts to refresh and sync the last pending delta to Replicated site and performs operation.
Unplanned Failover is actually to recover VM at Target site from available replicated data.
--
As per SDK documentation, it details only one method to perform but there is no detail for separate option to perform Planned/unplanned Failover operation.
Method:
void start(RecoveryPlan.RecoveryMode mode, @version5 @optional RecoveryOptions options)
Please advise how to handle these individual actions from VMware SRM API.