PowerCLI Reference

Get-PIComputeInstance

Synopsis

This cmdlet retrieves vCloud Air compute instances.

Syntax

Get-PIComputeInstance [-Region <String[]>] [-Server <PIServer[]>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [-PipelineVariable <String>] [<CommonParameters>]

Related Commands

Online version

Detailed Description

This cmdlet retrieves vCloud Air compute instances.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
InformationActionActionPreferencefalsefalse
InformationVariableStringfalsefalse
PipelineVariableStringfalsefalse
RegionString[]Returns only the vCloud Air compute instances that are in the specified region or regions.falsefalse
ServerPIServer[]Specifies the IP or DNS addresses of the vCloud Air servers you want to connect to. If not specified, the default server address is used.falsefalse

Return Type

Zero or more PIComputeInstance objects

Notes

Examples

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

Get-PIComputeInstance

Retrieves all available vCloud Air compute instances.

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

Get-PIComputeInstance -Region "de-germany-1-16.vchs.vmware.com"

Retrieves compute instances that are in the DE (Germany) region.


Copyright © VMware, Inc. All rights reserved.