isEnabled property

bool? isEnabled
getter/setter pair

Enabling/disabling a TargetServer is useful when TargetServers are used in load balancing configurations, and one or more TargetServers need to taken out of rotation periodically.

Defaults to true.

Optional.

Implementation

core.bool? isEnabled;