Reference documentation and code samples for the Google Cloud Network Management V1 Client class HealthCheckFirewallsConfigState.
Health check firewalls configuration state enum.
Protobuf type google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ LoadBalancerBackendInfo
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED
Value: 0
Configuration state unspecified. It usually means that the backend has
no health check attached, or there was an unexpected configuration error
preventing Connectivity tests from verifying health check configuration.
Generated from protobuf enum HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED = 0;
FIREWALLS_CONFIGURED
Value: 1
Firewall rules (policies) allowing health check traffic from all required
IP ranges to the backend are configured.
Generated from protobuf enum FIREWALLS_CONFIGURED = 1;
FIREWALLS_PARTIALLY_CONFIGURED
Value: 2
Firewall rules (policies) allow health check traffic only from a part of
required IP ranges.
Generated from protobuf enum FIREWALLS_PARTIALLY_CONFIGURED = 2;
FIREWALLS_NOT_CONFIGURED
Value: 3
Firewall rules (policies) deny health check traffic from all required
IP ranges to the backend.
Generated from protobuf enum FIREWALLS_NOT_CONFIGURED = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Network Management V1 Client - Class HealthCheckFirewallsConfigState (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-network-management/latest/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [2.4.2](/php/docs/reference/cloud-network-management/2.4.2/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [2.3.2](/php/docs/reference/cloud-network-management/2.3.2/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [2.2.1](/php/docs/reference/cloud-network-management/2.2.1/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [2.1.1](/php/docs/reference/cloud-network-management/2.1.1/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [2.0.1](/php/docs/reference/cloud-network-management/2.0.1/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.7.3](/php/docs/reference/cloud-network-management/1.7.3/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.5.0](/php/docs/reference/cloud-network-management/1.5.0/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.4.2](/php/docs/reference/cloud-network-management/1.4.2/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.3.0](/php/docs/reference/cloud-network-management/1.3.0/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.2.0](/php/docs/reference/cloud-network-management/1.2.0/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.1.1](/php/docs/reference/cloud-network-management/1.1.1/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState)\n- [1.0.5](/php/docs/reference/cloud-network-management/1.0.5/V1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState) \nReference documentation and code samples for the Google Cloud Network Management V1 Client class HealthCheckFirewallsConfigState.\n\nHealth check firewalls configuration state enum.\n\nProtobuf type `google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetworkManagement \\\\ V1 \\\\ LoadBalancerBackendInfo\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED\n\n Value: 0\n\nConfiguration state unspecified. It usually means that the backend has\nno health check attached, or there was an unexpected configuration error\npreventing Connectivity tests from verifying health check configuration.\n\nGenerated from protobuf enum `HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED = 0;`\n\n### FIREWALLS_CONFIGURED\n\n Value: 1\n\nFirewall rules (policies) allowing health check traffic from all required\nIP ranges to the backend are configured.\n\nGenerated from protobuf enum `FIREWALLS_CONFIGURED = 1;`\n\n### FIREWALLS_PARTIALLY_CONFIGURED\n\n Value: 2\n\nFirewall rules (policies) allow health check traffic only from a part of\nrequired IP ranges.\n\nGenerated from protobuf enum `FIREWALLS_PARTIALLY_CONFIGURED = 2;`\n\n### FIREWALLS_NOT_CONFIGURED\n\n Value: 3\n\nFirewall rules (policies) deny health check traffic from all required\nIP ranges to the backend.\n\nGenerated from protobuf enum `FIREWALLS_NOT_CONFIGURED = 3;`\n\n### FIREWALLS_UNSUPPORTED\n\n Value: 4\n\nThe network contains firewall rules of unsupported types, so Connectivity\ntests were not able to verify health check configuration status. Please\nrefer to the documentation for the list of unsupported configurations:\n\u003chttps://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs\u003e\n\nGenerated from protobuf enum `FIREWALLS_UNSUPPORTED = 4;`"]]