Set-VBRCloudFailoverPlanObject
Short Description
Modifies VMs in cloud failover plans.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRCloudFailoverPlanObject -Object <VBRCloudFailoverPlanObject> [-BootOrder <Int32>] [-BootDelay <Int32>] [-PublicIpRule <VBRFailoverPlanPublicIPRule[]>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies VMs added to a cloud failover plan.
Run the Set-VBRFailoverPlanObjectModifies VMs in failover plans. cmdlet to modify VMs in non-cloud failover plans.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BootDelay |
Specifies the delay time for the replica 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 replica will boot. |
|
False |
Named |
False |
|
Object |
Specifies the cloud failover plan VM.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
PublicIpRule |
Specifies the array of rules for mapping public IP and ports to the IP and ports of the replica VM.
Accepts the |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Changing Boot Order of Replica VM
|
This example shows how to change the boot order of a replica VM.
Perform the following steps:
|
Example 2. Changing Boot Delay of Replica VM
|
This example shows how to change the boot delay of a replica VM.
Perform the following steps:
|
Related Commands
Get-VBRFailoverPlanReturns existing failover plans or cloud failover plans.