Syntax
Get-PIComputeInstance [-Region <String[]>] [-Server <PIServer[]>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [-PipelineVariable <String>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet retrieves vCloud Air compute instances.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
InformationAction | ActionPreference | false | false | ||
InformationVariable | String | false | false | ||
PipelineVariable | String | false | false | ||
Region | String[] | Returns only the vCloud Air compute instances that are in the specified region or regions. | false | false | |
Server | PIServer[] | 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. | false | false |
Return Type
Zero or more PIComputeInstance objectsNotes
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.