Get-VBRGoogleCloudComputeRegion

Short Description

Returns Google Cloud regions.

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRGoogleCloudComputeRegion -Account <VBRGoogleCloudComputeAccount> [-Name <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns Google Cloud regions.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Account

Specifies a Google Cloud service account. The cmdlet will return regions for the specified Google Cloud service account.

Accepts the VBRGoogleCloudComputeAccount object. To create this object, run the Add-VBRGoogleCloudComputeAccountAdds Google Cloud service account credentials record. cmdlet.

VBRGoogleCloudComputeAccount

True

Named

False

Name

Specifies a name of the Google Cloud region. The cmdlet will return the region with the specified name.

String

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRGoogleCloudComputeRegion

Examples

Getting Regions for Google Cloud Service Account

This example shows how to return regions for the GCP service acc 1 Google Cloud service account.

$account = Get-VBRGoogleCloudComputeAccount -Name "GCP service acc 1"

Get-VBRGoogleCloudComputeRegion -Account $account

Perform the following steps:

  1. Run the Get-VBRGoogleCloudComputeAccountReturns Google Cloud service account credentials record. cmdlet. Specify the Name parameter value. Save the result to the $account variable.
  2. Run the Get-VBRGoogleCloudComputeRegion cmdlet. Set the $account variable as the Account parameter.

Get-VBRGoogleCloudComputeAccountReturns Google Cloud service account credentials record.

Page updated 2026-08-19

Page content applies to build 13.1.1.18