Get-VBRGoogleCloudComputeInstanceType
Short Description
Returns Google Cloud VM instance types.
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRGoogleCloudComputeInstanceType -Zone <VBRGoogleCloudComputeZone> [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Google Cloud VM instance types and information about the memory and the CPU available for each VM instance type.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the name of the Google Cloud VM instance type. The cmdlet will return the VM instance type with this name. |
|
False |
Named |
False |
|
Zone |
Specifies a Google Cloud availability zone. The cmdlet will return an array of Google Cloud VM instance types that are available for the specified availability zone.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRGoogleCloudComputeInstanceType
Examples
Getting VM Instance Types for Google Cloud Region
This example shows how to get an array of VM instance types for the Europe-west1 Google Cloud region.
|
$computeregion = Get-VBRGoogleCloudComputeRegion -Name "Europe-west1" $computezone = Get-VBRGoogleCloudComputeZone -Region $computeregion Get-VBRGoogleCloudComputeInstanceType -Zone $computezone |
Perform the following steps:
- Run the
Get-VBRGoogleCloudComputeRegionReturns Google Cloud regions. cmdlet. Specify theNameparameter value. Save the result to the$computeregionvariable. - Run the
Get-VBRGoogleCloudComputeZoneReturns Google Cloud availability zones. cmdlet. Set the$computeregionvariable as theRegionparameter. Save the result to the$computezoneparameter value. - Run the
Get-VBRGoogleCloudComputeInstanceTypecmdlet. Set the$computezonevariable as theZoneparameter.
Related Commands
Get-VBRGoogleCloudComputeRegionReturns Google Cloud regions.Get-VBRGoogleCloudComputeZoneReturns Google Cloud availability zones.