heartbeatCullStrategy property

PolicyAttributesHeartbeatCullStrategyEnum heartbeatCullStrategy
getter/setter pair

The strategy used for culling dead machines and processes. ### Options - DEACTIVATE_DEAD: Automatically deactivate machines that fail to maintain their heartbeat pings. This is the default. - KEEP_DEAD: Mark machines that fail to maintain their heartbeat pings as dead, but do not deactivate.

Implementation

PolicyAttributesHeartbeatCullStrategyEnum heartbeatCullStrategy;