New-VBRFailoverPlanObject
Short Description
Creates the VBRFailoverPlanObject object.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
RestorePointNew-VBRFailoverPlanObject -RestorePoint <COib> [-BootOrder <Int32>] [-BootDelay <Int32>] [<CommonParameters>]
-
VmNew-VBRFailoverPlanObject -Vm <IItem> [-BootOrder <Int32>] [-BootDelay <Int32>] [<CommonParameters>]
Detailed Description
This cmdlet creates the VBRFailoverPlanObject object. This object contains the VM that you want to add to a failover plan. It is used then in the Add-VBRFailoverPlanCreates failover plans or cloud failover plans. cmdlet.
You must create the VBRFailoverPlanObject object for each VM that you want to add to the failover plan. For each VM, you can set the boot order and the delay time.
- The boot order indicates the order in which the VMs will start by the failover plan. Make sure you set the dependent VMs to start after the VMs they depend on.
- The delay time is an interval between each VM start. Use delay intervals to make sure that some VMs are already running at the moment the dependent VMs start.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BootDelay |
Specifies the delay time for the VM to boot. The delay time is set in seconds. If omitted, the delay time will be set to 60 sec by default.
If you set boot delay to |
|
False |
Named |
False |
|
BootOrder |
Specifies the order number by which the VM will boot. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the restore point of the replica that you want to add to the cloud failover plan.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Vm |
Specifies the VM you want to add to the failover plan.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Create VBRFailoverPlanObject Object for Group of Servers
|
This example shows how to create three
Perform the following steps:
|
Example 2. Create VBRFailoverPlanObject Object for Server
|
This example shows how to create the
Perform the following steps:
|
Related Commands
Find-VBRViEntityLooks for VMware objects.