--- title: "VBRCloudFailoverPlan" description: "Contains cloud failover plan. Add-VBRFailoverPlan Get-VBRFailoverPlan Set-VBRFailoverPlan Remove-VBRFailoverPlan Start-VBRFailoverPlan Undo-VBRFailoverPlan" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudfailoverplan.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudFailoverPlan" dateModified: "2026-09-03" --- # VBRCloudFailoverPlan Contains cloud failover plan. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
PublicIpEnabled |
bool |
Indicates if the tenant is enabled to use public IP addresses (TRUE) or not (FALSE). |
|
ProviderId |
GUID |
Service provider ID. |
|
Platform |
Virtualization platform. |
|
|
Status |
string |
Current status of the failover plan:
|
|
FailoverPlanObject |
Replica VM added to the cloud failover plan. |
|
|
VMCount |
int32 |
Number of VMs added to the cloud failover plan. |
|
PrefailoverCommand |
string |
Path to the script that must run before failover. |
|
PostfailoverCommand |
string |
Path to the script that must run after failover. |
|
Type |
Failover plan type: Cloud. |
|
|
Id |
GUID |
Failover plan ID. |
|
Name |
string |
Failover plan name. |
|
Description |
sting |
Failover plan description. |