This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRGoogleCloudBucket

Short Description

Returns Google Cloud buckets.

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

Syntax

Get-VBRGoogleCloudBucket -Connection <VBRGoogleCloudConnection> -Region <VBRGoogleCloudRegion[]> [-Name <string[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of Google Cloud buckets.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Connection

Specifies an active session with Google Cloud object storage. The cmdlet will return an array of Google Cloud buckets for this Google Cloud object storage.

Accepts the VBRGoogleCloudConnection object. To create this object, run the Connect-VBRGoogleCloudService cmdlet.

True

Named

True (ByValue, ByPropertyName)

Region

Specifies an array of Google Cloud regions where Google Cloud buckets are located. The cmdlet will return an array of Google Cloud buckets from these Google Cloud regions.

Accepts the VBRGoogleCloudRegion object. To create this object, run the Get-VBRGoogleCloudRegion cmdlet.

True

Named

False

Name

Specifies a name of the Google Cloud bucket. The cmdlet will return the bucket with this name.

String

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRGoogleCloudBucket object that contains an array of Google Cloud buckets.

Examples

Example 1. Getting Array of Google Cloud Buckets within Region

Related Commands