PowerCLI Reference

New-VmcSddcCluster

Synopsis

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

Syntax

New-VmcSddcCluster [-Confirm] -HostCount <Int32> [-HostCpuCoresCount <Int32>] -Sddc <VmcSddc[]> [-Server <CisServer[]>] [-WhatIf] [<CommonParameters>]

Related Commands

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
HostCountInt32Specifies the number of the hosts that you want to create.trueFalse
HostCpuCoresCountInt32Specifies the number of cores that you want to enable on the hosts in a cluster. The valid values are 8, 16, and so on.falseFalse
SddcVmcSddc[]Specifies the SDDC.trueTrue (ByValue)
ServerCisServer[]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.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

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

Notes

## RELATED LINKS

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.


Copyright © VMware, Inc. All rights reserved.