Get-HCXComputeProfile
This cmdlet retrieves a list of the HCX Compute Profiles. These Compute Profiles are required for creating a service mesh which enables Interconnect, Network Extension, and other services.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional | Name | String[] | named |
|
Specifies the name of the Compute Profile. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | 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 | Site | HCXSite | named |
|
Specifies the HCX site for which you want to list the Compute Profiles. If this parameter is not specified, the default one is selected from the source site. |
Output
VMware.VimAutomation.Hcx.Types.V1.HCXComputeProfileExamples
Example 1
Get-HCXComputeProfile
Retrieves a list of the HCX Compute Profiles.
Example 2
Get-HCXComputeProfile -Name "myComputeProfile"
Retrieves a list of the HCX Compute Profiles filtered by name.
Example 3
$destination = Get-HCXSite -Destination Get-HCXComputeProfile -Site $destination
Retrieves a list of the HCX Compute Profiles from the destination site.
Related Commands
HCXComputeProfile
This cmdlet retrieves a list of the HCX Compute Profiles.
This cmdlet creates an HCX Compute Profile.
This cmdlet removes an existing HCX Compute Profile.
This cmdlet modifies the HCX Compute Profile.
HCXComputeProfileDVS
This cmdlet creates a Distributed Virtual Switch (DVS) configuration for a Compute Profile.
HCXComputeProfileNetwork
This cmdlet creates a Network Profile configuration for the Compute Profile.