New-VBRGoogleCloudComputeLabel

Short Description

Creates Google Cloud labels.

Important

This cmdlet is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261).

Applies to

Platform: VMware, Hyper-V

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

Syntax

New-VBRGoogleCloudComputeLabel -Key <string> [-Value <string>]  [<CommonParameters>]

Detailed Description

This cmdlet creates Google Cloud labels. You can use these labels to categorize instances in Google Cloud.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Key

Specifies a Google Cloud label key. The cmdlet will create a label with this key.

String

True

Named

False

Value

Specifies a key value for the Google Cloud label. The cmdlet will create the label with the specified key value.

String

False

Named

False

<CommonParameters>

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

Output Object

VBRGoogleCloudComputeLabel

Examples

Creating Google Cloud Label

This example shows how to create a new Google Cloud label with the location key and the west value of this key.

New-VBRGoogleCloudComputeLabel -Key "location" -Value "west"