Set-HCXComputeProfile

This cmdlet modifies the HCX Compute Profile.

Syntax

-ComputeProfile  <HCXComputeProfile>
[-DVS  <HCXApplianceDVS[]>]
[-Datastore  <HCXApplianceDatastore[]>]
[-DeploymentResource  <HCXApplianceCompute[]>]
[-GuestNetworkProfile  <HCXNetworkProfile>]
[-ManagementNetworkProfile  <HCXNetworkProfile>]
[-Name  <String>]
[-Server  <HcxServer[]>]
[-Service  <InterconnectServiceType[]>]
[-ServiceCluster  <HCXApplianceCompute[]>]
[-UplinkNetworkProfile  <HCXNetworkProfile[]>]
[-vMotionNetworkProfile  <HCXNetworkProfile>]
[-vSphereReplicationNetworkProfile  <HCXNetworkProfile>]
[CommonParameters]

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
  • pipeline
  • Specifies the Distributed Virtual Switches (DVS) that you want to use for the HCX Network Extension services.
    optional
    Datastore
    HCXApplianceDatastore[] named
  • pipeline
  • 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
  • pipeline
  • Specifies the Network Profile with a network that has access to the sentinel workloads.
    optional
    ManagementNetworkProfile
    HCXNetworkProfile named
  • pipeline
  • 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
    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
  • pipeline
  • Specifies one or more clusters for which you want to enable the selected HCX services.
    optional
    UplinkNetworkProfile
    HCXNetworkProfile[] named
  • pipeline
  • 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
  • pipeline
  • Specifies the Network Profile for ? vMotion network for the HCX appliances.
    optional
    vSphereReplicationNetworkProfile
    HCXNetworkProfile named
  • pipeline
  • Specifies a Network Profile by which you can reach the vSphere Replication interface of the ESXi hosts.

    Output

    VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTask

    Examples


    Example 1

    $myComputeProfile = Get-HCXComputeProfile -Name "myComputeProfile"
    Set-HCXComputeProfile -Name "newComputeProfile" -ComputeProfile $myComputeProfile

    Modifies the Compute Profile name.

    Related Commands

    Feedback

    Was this page helpful?