New-HCXComputeProfileDVS

This cmdlet creates a DVS configuration for a Compute Profile. It configures the DVS with an appliance count for the Compute Profile. You can use the output of this cmdlet to create a Compute Profile.

Syntax

-DVS  <HCXApplianceDVS>
[-ApplianceLimit  <Int32>]
[-Server  <HcxServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
DVS
HCXApplianceDVS named
  • pipeline
  • Specifies the Distributed Virtual Switch.
    optional
    ApplianceLimit
    Int32 named Specifies appliance limit for the DVS.
    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.

    Output

    VMware.VimAutomation.Hcx.Types.V1.HCXComputeProfileDVS

    Examples


    Example 1

    $myCluster = Get-HCXInventoryCompute -ClusterComputeResource -Name "myCluster"
    $myDvs = Get-HCXInventoryDVS -Compute $myCluster -Name "myDVS"
    $computeProfileDVS = New-HCXComputeProfileDVS -DVS $myDvs -ApplianceLimit 3

    Creates a DVS configuration for ? Compute Profile.

    Related Commands

    Feedback

    Was this page helpful?