Get-VBRGoogleCloudBackup
Short Description
Returns backups of Google Cloud VM instances.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRGoogleCloudBackup [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns backups of Google Cloud VM instances. You can use these backups to restore Google Cloud VM instances or to create a backup copy job.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of backup names. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRGoogleCloudBackup object that contains backups of Google Cloud VM instances.
Examples
Getting all Backups of Google Cloud VM Instances
This command returns all backups of Google Cloud VM instances that were created by Veeam Backup & Replication.
Get-VBRGoogleCloudBackup |