Remove-HCXSitePairing
This cmdlet removes the specified site pairing from the HCX. This unpairs the connection between the source site and the remote cloud site.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
HCXSitePairing[] | named |
|
Specifies the list of the site pairing objects that you want to delete. | optional |
|
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.hcx.appliance.model.HCXJob
Examples
Example 1
PS C:\> Remove-HCXSitePairing -SitePairing $sitePairing
Removes a site pairing.
Related Commands
HCXSite
This cmdlet retrieves a list of HCX sites.
HCXSitePairing
This cmdlet retrieves a list of site pairings from the HCX.
This cmdlet removes the specified site pairing from the HCX.
This cmdlet creates an HCX site pairing request.