Reference documentation and code samples for the Google Cloud Network Management V1 Client class HealthCheckFirewallState.
State of a health check firewall configuration:
Protobuf type google.cloud.networkmanagement.v1.LoadBalancerBackend.HealthCheckFirewallState
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ LoadBalancerBackendMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED
Value: 0
State is unspecified. Default state if not populated.
Generated from protobuf enum HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED = 0;
CONFIGURED
Value: 1
There are configured firewall rules to allow health check probes to the backend.
Generated from protobuf enum CONFIGURED = 1;
MISCONFIGURED
Value: 2
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.
Generated from protobuf enum MISCONFIGURED = 2;