RouteIlbRouteBehaviorOnUnhealthy

enum RouteIlbRouteBehaviorOnUnhealthy : Enum<RouteIlbRouteBehaviorOnUnhealthy> , ConvertibleToJava<RouteIlbRouteBehaviorOnUnhealthy>

ILB route behavior when ILB is deemed unhealthy based on user specified threshold on the Backend Service of the internal load balancing.

Entries

Link copied to clipboard

Do not Withdraw route if the ILB is deemed unhealthy based on user specified threshold on the Backend Service of the ILB. This is default behavior for ilb as next hop route without IlbRouteBehavior.

Link copied to clipboard

Withdraw route if the ILB is deemed unhealthy based on user specified threshold on the Backend Service of the internal load balancing. Currently the withdrawn route will be reinserted when the backends are restored to healthy. If you wish to prevent the re-insertion of the route and trigger the fall-back at your discretion, override the health result from the backends to signal as healthy only when ready to fallback.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RouteIlbRouteBehaviorOnUnhealthy
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RouteIlbRouteBehaviorOnUnhealthy
Link copied to clipboard
Link copied to clipboard