Get-SddcCluster Command | Vmware PowerCLI Reference

Get-SddcCluster

Retrieves information about one or more Cluster objects. A cluster is a group of hosts. When a host is added to a cluster, the resources of the host become part of the resources of the cluster. The cluster manages the resources of all hosts that it contains.

Syntax

Get-SddcCluster
-Id < String[] >
[-Server < VcfSddcManagerServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Id String[] named
One or more IDs for the Cluster.
optional Server VcfSddcManagerServer[] named
  • wildcards
Specifies the VCF SDDC Manager Server 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 servers, see the description of Connect-VcfSddcManagerServer.
Get-SddcCluster
[-Domain < Domain > ]
[-Name < String[] > ]
[-Server < VcfSddcManagerServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional Domain Domain named
  • pipeline
The Domain object that the Cluster must belong to.
optional Name String[] named
optional Server VcfSddcManagerServer[] named
  • wildcards
Specifies the VCF SDDC Manager Server 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 servers, see the description of Connect-VcfSddcManagerServer.

Output

VMware.Vcf.SddcManager.Types.Cluster

Examples

Example 1

PS C:\> Get-SddcCluster

Retrieve all Cluster objects.

Related Commands

SddcCluster

Retrieves information about one or more Cluster objects.

Remove-SddcCluster [-Cluster] <Cluster[]> [-Force] [-RunAsync] [-Server <VcfSddcManagerServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

SddcDomain

Retrieves information about one or more Domain objects.

Remove-SddcDomain [-Domain] <Domain[]> [-RunAsync] [-Server <VcfSddcManagerServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

SddcHost

Retrieves information about one or more Host objects.

Remove-SddcHost [-SddcHost] <Host[]> [-RunAsync] [-Server <VcfSddcManagerServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

SddcTask

Get-SddcTask [[-Name] <string[]>] [-FullStatus <FullTaskStatus>] [-Type <string>] [-Server <VcfSddcManagerServer[]>] [<CommonParameters>] Get-SddcTask -Id <string[]> [-Server <VcfSddcManagerServer[]>] [<CommonParameters>]

SddcVcenter

Retrieves information about one or more Vcenter objects.