Set-HCXComputeProfile
This cmdlet modifies the HCX Compute Profile.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
ComputeProfile | HCXComputeProfile | named |
|
Specifies the Compute Profile that you want to modify. |
optional | DVS | HCXApplianceDVS[] | named |
|
Specifies the Distributed Virtual Switches (DVS) that you want to use for the HCX Network Extension services. |
optional | Datastore | HCXApplianceDatastore[] | named |
|
Specifies the storage resource for deploying the HCX Interconnect appliances. |
optional | DeploymentResource | HCXApplianceCompute[] | named |
|
Specifies the compute resource for deploying the HCX Interconnect appliances. This can be a Cluster or a ResourcePool. |
optional | GuestNetworkProfile | HCXNetworkProfile | named |
|
Specifies the Network Profile with a network that has access to the sentinel workloads. |
optional | ManagementNetworkProfile | HCXNetworkProfile | named |
|
Specifies the network profile by which you can reach the management interface of the vCenter Server system and the ESXi hosts. |
optional | Name | String | named |
|
Specifies the name of the HCX 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 | Service | InterconnectServiceType[] | named |
|
Specifies the services that you want to enable. Licenses must be enabled for the RAV and OSAssistedMigration services to work. |
optional | ServiceCluster | HCXApplianceCompute[] | named |
|
Specifies one or more clusters for which you want to enable the selected HCX services. |
optional | UplinkNetworkProfile | HCXNetworkProfile[] | named |
|
Specifies one or more network profiles in such a way that one of the following is true: 1. The Interconnect appliances on the remote site can be reached by the network. 2. The remote site appliances can reach the local Interconnect appliances by the network. |
optional | vMotionNetworkProfile | HCXNetworkProfile | named |
|
Specifies the Network Profile for а vMotion network for the HCX appliances. |
optional | vSphereReplicationNetworkProfile | HCXNetworkProfile | named |
|
Specifies a Network Profile by which you can reach the vSphere Replication interface of the ESXi hosts. |
Output
VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTaskExamples
Example 1
$myComputeProfile = Get-HCXComputeProfile -Name "myComputeProfile" Set-HCXComputeProfile -Name "newComputeProfile" -ComputeProfile $myComputeProfile
Modifies the Compute Profile name.
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.