PowerCLI Reference

Get-HCXNetworkBacking

Synopsis

This cmdlet retrieves a list of HCX Network Backings.

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

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the name of the network backing.falseFalse
ServerHcxServer[]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.falseFalse
TypeNetworkBackingType[]Specifies the type of the HCX network backing.falseFalse

Return Type

VMware.VimAutomation.Hcx.Types.V1.HCXNetworkBacking

Notes

Examples

-------------------------- Example 1 --------------------------

PS C:\> Get-HCXNetworkBacking

Retrieves a 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.


Copyright © VMware, Inc. All rights reserved.