Get-HCXNetworkProfile
This cmdlet retrieves a list of HCX Network Profiles.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Specifies the name of the HCX Network Profile. | 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. | optional |
|
HCXSite | named |
|
Specifies the HCX site for which you want to list the Network Profiles. If this parameter is not specified, the default one is selected from the source site. |
Output
VMware.VimAutomation.Hcx.Types.V1.HCXNetworkProfile
Examples
Example 1
Get-HCXNetworkProfile
Retrieves a list of HCX Network Profiles.
Example 2
Get-HCXNetworkProfile -Name "myNetworkProfile"
Retrieves list of network profiles filtered by Name.
Example 3
$destination = Get-HCXSite -Destination
Get-HCXNetworkProfile -Site $destination
Retrieves a list of the HCX Network Profiles from the destination site.
Related Commands
HCXNetwork
This cmdlet retrieves a list of HCX networks.
HCXNetworkBacking
This cmdlet retrieves a list of HCX Network Backings.
HCXNetworkExtension
This cmdlet retrieves a list of HCX Network Extension (HCX-NET-EXT).
This cmdlet removes an HCX Network Extension.
This cmdlet creates an HCX Network Extension (L2 extension).
HCXNetworkMapping
This cmdlet creates an HCX network mapping request.
HCXNetworkProfile
This cmdlet retrieves a list of HCX Network Profiles.
This cmdlet modifies the HCX Network Profile.
This cmdlet removes an existing HCX Network Profile.
This cmdlet creates an HCX Network Profile.