HCX Network Category
Cmdlets are usually implemented around resource operations. The four basic operations are CREATE, READ, UPDATE and DELETE. This set of operations is known as CRUD. Most of the cmdlets support CRUD which are respectively cmdlets that start with the New/Get/Set/Remove cmdlet verbs but they also may have additional operations.
Step 1: Retrieve a object by running a Get command
You can READ objects by using Get-HCXNetwork cmdlet. See example below:
Get-HCXNetwork
Step 2: Explore More Related Commands:
Get-HCXNetworkBacking | This cmdlet retrieves a list of HCX Network Backings. |
Get-HCXNetworkExtension | This cmdlet retrieves a list of HCX Network Extension (HCX-NET-EXT). |
Get-HCXNetworkProfile | This cmdlet retrieves a list of HCX Network Profiles. |
New-HCXNetworkExtension | This cmdlet creates an HCX Network Extension (L2 extension). |
New-HCXNetworkMapping | This cmdlet creates an HCX network mapping request. |
New-HCXNetworkProfile | This cmdlet creates an HCX Network Profile. |
Remove-HCXNetworkExtension | This cmdlet removes an HCX Network Extension. |
Remove-HCXNetworkProfile | This cmdlet removes an existing HCX Network Profile. |
Set-HCXNetworkProfile | This cmdlet modifies the HCX Network Profile. |