Set-VBRCloudFailoverPlanObject
Short Description
Modifies VMs in cloud failover plans.
Applies to
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-VBRFailoverPlanObject 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 |
---|---|---|---|---|---|
Object | Specifies the cloud failover plan VM. | Accepts the VBRCloudFailoverPlanObject object. To get this object, run the New-VBRCloudFailoverPlanObject and Get-VBRRestorePoint cmdlets. | True | Named | True (ByValue, |
BootOrder | Specifies the order number by which the replica will boot. | Int32 | False | Named | False |
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 '0' to a number of replicas, these replicas will start simultaneously. | Int32 | False | Named | False |
PublicIpRule | Specifies the array of rules for mapping public IP and ports to the IP and ports of the replica VM. | Accepts the VBRFailoverPlanPublicIPRule[] object. To create this object, run the New-VBRFailoverPlanPublicIPRule cmdlet. | 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