Resume-HCXReplication

This cmdlet resumes an HCX replication. The cmdlet also resumes syncing data at specified RPO (Recovery Point Objective) for a replication which is paused.

Syntax

-Replication  <HCXReplication[]>
[-Server  <HcxServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Replication
HCXReplication[] named
  • pipeline
  • Specifies the replication object for which you want to resume the sync process.
    optional
    Server
    HcxServer[] named Specifies the HCX Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.

    Output

    VMware.VimAutomation.Hcx.Types.V1.HCXJob

    Examples


    Example 1

    Resume-HCXReplication -Replication $myReplication

    Resumes the replication.

    Related Commands

    Feedback

    Was this page helpful?