unreal.DisplayClusterConfigurationFailoverPolicy

class unreal.DisplayClusterConfigurationFailoverPolicy

Bases: unreal.EnumBase

EDisplay Cluster Configuration Failover Policy

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_Enums.h

DISABLED

No failover operations performed. The whole cluster gets terminated in case of any error

Type

0

DROP_SECONDARY_NODES_ONLY

This policy allows to drop any secondary node out of cluster in case it’s failed, and let the others continue working. However, the whole cluster will be terminated if primary node fails.

Type

1