New-VBRvCloudVAppRestoreSettings
Short Description
Creates a set of vApp restore parameters.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRvCloudVAppRestoreSettings [-RestorePoint] <COib> [-vAppName <String>] [-OrgVdc <IVcdItem>] [-PowerUp] [-Reason <String>] [<CommonParameters>] |
Detailed Description
This cmdlet is an assistant command creating a CVcdVAppRestoreSettings object that is further used in the Start-VBRvCloudRestoreVAppStarts a vApp restore. cmdlet. This object gathers the parameters of a selected vApp that will be needed for restore.
The vApp that you want to restore and its parameters are derived from the specified restore point data. Use the OrgVdc parameter to set another organization where you want to restore the vApp to.
You can customize any of the parameters that are derived from the restore point. For more information, see the Advanced Setup section.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
OrgVdc |
Specifies the organization VDC you want to restore the vApp to. If not set, the vApp will be restored to the original organization VDC.
Accepts the |
|
False |
Named |
False |
|
PowerUp |
If set to |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing restore of the selected vApp. The information you provide will be saved in the session history so that you can reference it later. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the restore point of the vApp you want to restore the vApp to.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
vAppName |
Specifies the name of the restored vApp. Use this parameter in case you want to restore the vApp with different name. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
CVcdVAppRestoreSettings
Examples
Example 1. Creating Settings for Future Restore of vApp
|
This example shows how to create a set of restore parameters for the
Perform the following steps:
|
Example 2. Viewing Settings Derived from Restore Point
|
This example shows how to view the vApp settings that the cmdlet derived from the restore point. The cmdlet output will contain the details about the
Where:
|
Example 3. Viewing Settings of VMs Within vApp
|
This example shows how to view the properties of the VMs within the vApp. The cmdlet output will contain the details about the
Where:
|
Example 4. Customizing Settings for Restore of vApp
|
This example shows how to restore the vApp to another organization. The new organization object is specified as the
Perform the following steps:
The |
Related Commands
Get-VBRRestorePointReturns restore points.Find-VBRvCloudEntityLooks for Cloud Director entities.