New-VmcSddcCluster

This cmdlet creates ? cluster and adds it to a VMware Cloud on AWS software-defined data center (SDDC).

Syntax

-HostCount  <Int32>
-Sddc  <VmcSddc[]>
[-HostCpuCoresCount  <Int32>]
[-HostType  <VmcHostTypeEnum>]
[-Server  <VmcServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
HostCount
Int32 named Specifies the number of the hosts that you want to create.
required
Sddc
VmcSddc[] named
  • pipeline
  • Specifies the SDDC.
    optional
    HostCpuCoresCount
    Int32 named Specifies the number of cores that you want to enable on the hosts in a cluster. The valid values are 8, 16, and so on.
    optional
    HostType
    VmcHostTypeEnum named Specifies the type of the hosts. The availale host types are: "I3EN" and "I3". If the host type is not specified, the default type "I3" is set.
    optional
    Server
    VmcServer[] named Specifies the VMware Cloud on AWS servers 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-Vmc cmdlet.

    Output

    VMware.VimAutomation.Vmc.Types.V1.CmdletObject.VmcSddcCluster

    Examples


    Example 1

    New-VmcSddcCluster -Sddc $sddc -HostCount 1

    Creates a new cluster to the $sddc software-defined data center with one host.

    Example 2

    New-VmcSddcCluster -Sddc $sddc -HostCount 1 -HostCpuCoresCount 16

    Creates a new cluster to the $sddc software-defined data center with one host and 16 CPU cores.

    Example 3

    New-VmcSddcCluster -Sddc $sddc -HostCount 1 -HostType I3

    Creates a new cluster to the $sddc software-defined data center with one host and host type "I3".

    Related Commands

    Feedback

    Was this page helpful?