Syntax
Set-HCXComputeProfile -ComputeProfile <HCXComputeProfile> [-DVS <HCXApplianceDVS[]>] [-Datastore <HCXApplianceDatastore[]>] [-DeploymentResource <HCXApplianceCompute[]>] [-ManagementNetworkProfile <HCXNetworkProfile>] [-Name <String>] [-Server <HcxServer[]>] [-Service {Interconnect | NetworkExtension | WANOptimization | BulkMigration | DisasterRecovery | Vmotion}] [-ServiceCluster <HCXApplianceCompute[]>] [-UplinkNetworkProfile <HCXNetworkProfile[]>] [-vMotionNetworkProfile <HCXNetworkProfile>] [-vSphereReplicationNetworkProfile <HCXNetworkProfile>] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet modifies the HCX Compute Profile.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ComputeProfile | HCXComputeProfile | Specifies the Compute Profile that you want to modify. | true | False | |
Datastore | HCXApplianceDatastore[] | Specifies the storage resource for deploying the HCX Interconnect appliances. | false | True (ByValue) | |
DeploymentResource | HCXApplianceCompute[] | Specifies the compute resource for deploying the HCX Interconnect appliances. This can be a Cluster or a ResourcePool. | false | False | |
DVS | HCXApplianceDVS[] | Specifies the Distributed Virtual Switches (DVS) that you want to use for the HCX Network Extension services. | false | True (ByValue) | |
ManagementNetworkProfile | HCXNetworkProfile | Specifies the network profile by which you can reach the management interface of the vCenter Server system and the ESXi hosts. | false | True (ByValue) | |
Name | String | Specifies the name of the HCX Compute Profile. | false | False | |
Server | HcxServer[] | 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. | false | False | |
Service | InterconnectServiceType[] | Specifies the services that you want to enable. | false | False | |
ServiceCluster | HCXApplianceCompute[] | Specifies one or more clusters for which you want to enable the selected HCX services. | false | True (ByValue) | |
UplinkNetworkProfile | HCXNetworkProfile[] | 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. | false | True (ByValue) | |
vMotionNetworkProfile | HCXNetworkProfile | Specifies the Network Profile for ? vMotion network for the HCX appliances. | false | True (ByValue) | |
vSphereReplicationNetworkProfile | HCXNetworkProfile | Specifies a Network Profile by which you can reach the vSphere Replication interface of the ESXi hosts. | false | True (ByValue) |
Return Type
VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTaskNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> $myComputeProfile = Get-HCXComputeProfile -Name "myComputeProfile" Set-HCXComputeProfile -Name "newComputeProfile" -ComputeProfile $myComputeProfile
Modifies the Compute Profile name.