New-VmcSddcCluster Command | Vmware PowerCLI Reference

New-VmcSddcCluster

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

Syntax

New-VmcSddcCluster
-HostCount < Int32 >
-Sddc < VmcSddc[] >
[-HostCpuCoresCount < Int32 > ]
[-HostType < VmcHostTypeEnum > ]
[-ProgressAction < ActionPreference > ]
[-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 ProgressAction ActionPreference named
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

VmcSddc

This cmdlet retrieves VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment.

This cmdlet creates a new VMware Cloud on AWS software-defined data center (SDDC).

This cmdlet removes a VMware Cloud on AWS software-defined data center (SDDC) from the VMware Cloud environment.

This cmdlet modifies a specified VMware Cloud on AWS software-defined data center (SDDC). This cmdlet can activate or deactivate site recovery for a specified SDDC, and upsize an SDDC.

VmcSddcCluster

This cmdlet retrieves clusters of VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment.

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

This cmdlet removes clusters from a VMware Cloud on AWS software-defined data center (SDDC).

VmcSddcGroup

This cmdlet retrieves groups of VMware Cloud on AWS software-defined data centers (SDDCs) from the VMware Cloud environment.

VmcSddcHost

This cmdlet adds hosts to a VMware Cloud on AWS software-defined data center (SDDC). If no cluster is specified, the host is added to the default cluster of the SDDC. If the cluster is specified, the host is added to that cluster.

This cmdlet removes hosts from a VMware Cloud on AWS software-defined data center (SDDC). If no cluster is specified, the hosts are removed from the default cluster of the SDDC. If a cluster is passed, the hosts are removed from the specified cluster.

VmcSddcNetworkService

This cmdlet retrieves PSObjects that represent services for network configuration managment of an SDDC in VMware Cloud.

VmcSddcSiteRecovery

This cmdlet retrieves the site recovery parameters of VMware Cloud on AWS software-defined data centers (SDDCs).

VmcSddcSiteRecoveryInstance

This cmdlet retrieves the site recovery instances for VMware Cloud on AWS software-defined data centers (SDDCs) that have site recovery enabled.

This cmdlet creates а new site recovery instance for a VMware Cloud on AWS software-defined data center (SDDC) that has site recovery activated.

This cmdlet removes site recovery instances from a VMware Cloud on AWS software-defined data center (SDDC) that has site recovery activated.