PowerCLI Reference

Get-VmcSddcCluster

Synopsis

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

Syntax

Get-VmcSddcCluster -ClusterId <String[]> [-Server <CisServer[]>] [<CommonParameters>]

Get-VmcSddcCluster [-Name <String[]>] [-Sddc <VmcSddc[]>] [-Server <CisServer[]>] [<CommonParameters>]

Related Commands

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ClusterIdString[]Specifies the IDs of the clusters you want to retrieve.trueFalse
NameString[]Specifies the names of the clusters you want to retrieve.falseFalse
SddcVmcSddc[]Specifies the SDDCs which clusters you want to retrieve.falseTrue (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

Return Type

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

Notes

## RELATED LINKS

Examples

-------------------------- Example 1 --------------------------

-------------------------- Example 2 --------------------------


Copyright © VMware, Inc. All rights reserved.