Cancel

This method cancels this recovery plan. It can take some time to cancel a recovery plan depending on its state. This operation requires one of these privileges depending on recovery mode, VcDr.RecoveryProfile.com.vmware.vcDr.Failover for a real recovery and VcDr.RecoveryProfile.com.vmware.vcDr.Run for a test recovery.

Synopsis

void cancel()

Faults

  • InvalidState, if the recovery plan cannot be canceled.
  • RuntimeFault

Example for Cancel

void _service.Cancel(_srm.plan);