Syntax
New-HCXNetworkMapping [-Confirm] -DestinationNetwork <HCXNetwork> [-Server <HcxServer[]>] -SourceNetwork <HCXNetwork> [-WhatIf] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet creates an HCX network mapping request. The cmdlet creates a list of network mapping from a source to destination site that you want to use for the new migration and replication requests.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Confirm | SwitchParameter | If the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation. | false | False | |
DestinationNetwork | HCXNetwork | Specifies a network at the destination site. | true | False | |
Server | HcxServer[] | Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet. | false | False | |
SourceNetwork | HCXNetwork | Specifies a network at the source site. | true | True (ByValue) | |
WhatIf | SwitchParameter | Indicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified. | false | False |
Return Type
VMware.VimAutomation.Hcx.Types.V1.HCXNetworkMappingNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> New-HCXNetworkMapping -SourceNetwork $mySourceNetwork -DestinationNetwork $myDestinationNetwork
Creates a network mapping.