PowerCLI Reference

Get-DatastoreCluster

Synopsis

This cmdlet retrieves datastore clusters.

Syntax

Get-DatastoreCluster [[-Name] <String[]>] [-Datastore <Datastore[]>] [-Id <String[]>] [-Location <VIContainer[]>] [-Server <VIServer[]>] [-Tag <Tag[]>] [-Template <Template[]>] [-VM <VirtualMachine[]>] [<CommonParameters>]

Get-DatastoreCluster [-RelatedObject] <DatastoreClusterRelatedObjectBase[]> [<CommonParameters>]

Related Commands

Online Version
New-DatastoreCluster
Remove-DatastoreCluster
Set-DatastoreCluster

Detailed Description

This cmdlet retrieves datastore clusters.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
NameString[]Specifies the names of the datastore clusters you want to retrieve.falseFalse
RelatedObjectDatastoreClusterRelatedObjectBase[]Specifies objects to retrieve one or more DatastoreCluster objects that are related to them. This parameter accepts OMResource objects.trueTrue (ByValue)
DatastoreDatastore[]Filters the datastore clusters by the datastores located in them.falseTrue (ByValue)
IdString[]Specifies the IDs of the datastore clusters you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that matches exactly one of the string values in that list.
falseFalse
LocationVIContainer[]Specifies the datacenters and folders from which you want to retrieve datastore clusters.falseTrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseFalse
TagTag[]Returns only the datastore clusters that are associated with any of the specified tags.falseFalse
TemplateTemplate[]Filters the datastore clusters by the virtual machine templates located in them.falseTrue (ByValue)
VMVirtualMachine[]Filters the datastore clusters by the virtual machines located in them.falseTrue (ByValue)

Return Type

Zero or more DatastoreCluster objects

Notes

Examples

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

Get-DatastoreCluster

Retrieves all datastore clusters.

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

Get-DatastoreCluster -Name DatastoreCluster1

Retrieves a datastore cluster by name.

-------------------------- Example 3 --------------------------

Get-VM -Name WebServerVM | Get-DatastoreCluster

Retrieves datastore clusters through filtering by virtual machine.


Copyright © VMware, Inc. All rights reserved.