Get-VBRGoogleCloudComputeZone
Short Description
Returns Google Cloud availability zones.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRGoogleCloudComputeZone -Region <VBRGoogleCloudComputeRegion> [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Google Cloud availability zones.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies a name of the availability zone. The cmdlet will return the availability zone with the specified name. |
|
False |
Named |
False |
|
Region |
Specifies a Google Cloud region. The cmdlet will return availability zones for the specified Google Cloud region.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Availability Zones for Google Cloud Region
This example shows how to return availability zones for the Europe-west1 Google Cloud region.
|
$computeregion = Get-VBRGoogleCloudComputeRegion -Name "Europe-west1" Get-VBRGoogleCloudComputeZone -Region $computeregion |
Perform the following steps:
- Run the
Get-VBRGoogleCloudComputeRegionReturns Google Cloud regions. cmdlet. Specify theNameparameter value. Save the result to the$computeregionvariable. - Run the
Get-VBRGoogleCloudComputeZonecmdlet. Set the$computeregionvariable as theRegionparameter.
Related Commands
Get-VBRGoogleCloudComputeRegionReturns Google Cloud regions.