Get-VmcSddcGroup

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

Syntax

[-IncludeDeleted]
[-Name  <String[]>]
[-Server  <VmcServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
IncludeDeleted
SwitchParameter named Specifies that you want to include deleted SDDC groups in the result.
optional
Name
String[] named Specifies the names of the SDDC groups you want to retrieve.
optional
Server
VmcServer[] named
  • wildcards
  • Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vmc cmdlet.

    -Id  <String[]>
    [-Server  <VmcServer[]>]
    [CommonParameters]

    Parameters

    Required Parameter Name Type Position Features Description
    required
    Id
    String[] named Specifies the IDs of the SDDC groups you want to retrieve.
    optional
    Server
    VmcServer[] named
  • wildcards
  • Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is provided or $null value is passed 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.VmcSddcGroup

    Examples


    Example 1

    Get-VmcSddcGroup

    Retrieves all SDDC groups in the organization.

    Example 2

    Get-VmcSddcGroup "MySddc*"

    Retrieves all SDDC groups in the organization whose name begins with "MySddc".

    Example 3

    Get-VmcSddcGroup "MySddc*" -IncludeDeleted

    Retrieves all SDDC groups, including deleted groups, in the organization whose name begins with "MySddc".

    Example 4

    Get-VmcSddcGroup -Id "SddcId"

    Retrieves the SDDC group with an "SddcId" ID.

    Related Commands

    Feedback

    Was this page helpful?