New-VBRGoogleCloudComputeDiskConfiguration
Short Description
Creates storage volume settings for Google Cloud instances.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRGoogleCloudComputeDiskConfiguration -DiskName <string> -DiskType {BalancedPersistent | SSDPersistent | StandardPersistent} [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRGoogleCloudComputeDiskConfiguration object. This object contains disk types of Google Cloud instances. Veeam Backup & Replication will use the specified type when restoring machines to Google Cloud.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
DiskName |
Specifies the disk of the source machine. Veeam Backup & Replication will restore this disk to Google Cloud. Note: You must specify the disk name in the "VMNAME.vhdx" format. |
String |
True |
Named |
False |
|
DiskType |
Specifies the storage volume type. Veeam Backup & Replication will save disks of the restored machine as Google Cloud Engine (GCE) disks. You can select the following types of GCE disks:
|
Enum |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRGoogleCloudComputeDiskConfiguration
Examples
Example 1. Defining Storage Volume Settings for Computer
|
This example shows how to define standard persistent storage volume for a computer disk backed-up with Veeam Agent for Microsoft Windows.
Perform the following steps:
|
Example 2. Defining Storage Volume Settings for Hyper-V VMs
|
This example shows how to define standard persistent storage volume for a disk of a Microsoft Hyper-V VM.
Perform the following steps:
|
Example 3. Defining Storage Volume Settings for Other Workloads
|
This example shows how to define standard persistent storage volume for for a disk of a workload other than computers backed-up with Veeam Agent for Microsoft Windows. This example shows how to do it for a VMware vSphere VM.
Perform the following steps:
|