Force failback to vCenter connection

Veeam.Virt.Extensions.VMware.Monitoring.Task.VCFailback (Task)


The task performs a failback of direct-to-host connections to a vCenter connection. This task is ineffective when the vCenter Server is not available.

Note that the task is designed specifically for the vCenter target type. If you select an ESX host as a target, the failback will not be performed and the task will return the following error: "Specified VMware Server VirtualizationPlatform property must be a vCenter".

Element properties:

TargetVeeam.Virt.Extensions.VMware.EMTarget
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Veeam.Virt.Extensions.VMware.PSWriteAction.FailoverVCtoHosts Default

Source Code:

<Task ID="Veeam.Virt.Extensions.VMware.Monitoring.Task.VCFailback" Accessibility="Public" Enabled="true" Target="VeeamVEBaseDisc!Veeam.Virt.Extensions.VMware.EMTarget" Timeout="300" Remotable="true">
<Category>Custom</Category>
<WriteAction ID="WA" TypeID="Veeam.Virt.Extensions.VMware.PSWriteAction.FailoverVCtoHosts">
<vCenterName>$Target/Property[Type='VeeamVEBaseDisc!Veeam.Virt.Extensions.VMware.EMTarget']/target$</vCenterName>
<mode>1</mode>
<force>1</force>
<TimeoutSeconds>86400</TimeoutSeconds>
</WriteAction>
</Task>