PowerCLI Reference

Get-VmcSddc

Synopsis

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

Syntax

Get-VmcSddc -Id <String[]> [-Server <CisServer[]>] [<CommonParameters>]

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

Related Commands

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the names of the SDDCs you want to retrieve.falseFalse
IdString[]Specifies the IDs of the SDDCs you want to retrieve.trueFalse
IncludeDeletedSwitchParameterSpecifies if the deleted SDDCs are included in the result.falseFalse
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.VmcSddc

Notes

Examples

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

Get-VmcSddc -Name "SddcName" -IncludeDeleted

Retrieves the deleted and non-deleted SDDCs named "SddcName".

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

Get-VmcSddc -Id "SddcId"

Retrieves the SDDCs with an "SddcId" ID.


Copyright © VMware, Inc. All rights reserved.