Syntax
Get-HCXNetworkBacking [[-Name] <String[]>] [-Server <HcxServer[]>] [-Type {DistributedVirtualPortgroup | StandardPortgroup | VirtualWire | NsxtSegment | External | OrgVdc}] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet retrieves ? list of HCX Network Backings. These Network Backings are required for creating a network profile.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | Specifies the name of the network backing. | false | 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 | |
Type | NetworkBackingType[] | Specifies the type of the HCX network backing. | false | False |
Return Type
VMware.VimAutomation.Hcx.Types.V1.HCXNetworkBackingNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> Get-HCXNetworkBacking
Retrieves ? list of HCX network backings.
-------------------------- Example 2 --------------------------
PS C:\> Get-HCXNetworkBacking -Name "myNetworkBacking"
Retrieves a list of HCX network backings filtered by name.
-------------------------- Example 3 --------------------------
PS C:\> Get-HCXNetworkBacking -Type DistributedVirtualPortgroup
Retrieves the available network backings of type DistributedVirtualPortgroup.