Network Management v1 API - Enum LoadBalancerBackend.Types.HealthCheckFirewallState (2.9.0)

public enum LoadBalancerBackend.Types.HealthCheckFirewallState

Reference documentation and code samples for the Network Management v1 API enum LoadBalancerBackend.Types.HealthCheckFirewallState.

State of a health check firewall configuration:

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

NameDescription
Configured

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

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.

Unspecified

State is unspecified. Default state if not populated.