Resume-HCXReplication Command | Vmware PowerCLI Reference

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

Resume-HCXReplication
-Replication < HCXReplication[] >
[-ProgressAction < ActionPreference > ]
[-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 ProgressAction ActionPreference named
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

HCXReplication

This cmdlet retrieves a list of HCX replications.

This cmdlet creates an HCX replication request.

This cmdlet removes an existing HCX replication.

This cmdlet resumes an HCX replication.

This cmdlet modifies an existing HCX replication.

This cmdlet starts an HCX replication.

This cmdlet suspends an existing HCX replication.

This cmdlet validates an HCX replication request.

HCXReplicationSnapshot

This cmdlet retrieves a list of HCX replication snapshots.