vSphere ESX Agent Manager API


Enum - SolutionsRedeploymentPolicy

Since
vEAM API 9.1


Enum Description

Defines the different remediation policies which require redeployment of the System VMs.

Enum Constants

NameDescription
BLUE_GREEN EAM follows a standard blue-green strategy. System VMs are redeployed as follows: Once the new replica is provisioned, it is powered on. Then the new replica setup is completed to have the System VM fully operational. Then the old replica is powered off and deleted.

This policy provides zero-downtime.

RECREATE The default policy used by EAM for System VM redeployment. System VMs are redeployed as follows: Once the new replica is provisioned, the old replica is powered off and deleted. Then the new replica is powered on and it's setup is completed to have the System VM fully operational.

This policy causes a downtime.


Show WSDL type definition