Module: Google::Cloud::NetworkManagement::V1::LoadBalancerBackend::HealthCheckFirewallState

Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

State of a health check firewall configuration:

Constant Summary collapse

HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED =

State is unspecified. Default state if not populated.

0
CONFIGURED =

There are configured firewall rules to allow health check probes to the backend.

1
MISCONFIGURED =

There are firewall rules configured to allow partial health check ranges or block all health check ranges. If a health check probe is sent from denied IP ranges, the health check to the backend will fail. Then, the backend will be marked unhealthy and will not receive traffic sent to the load balancer.

2