healthCheckFirewallsConfigState property

String? healthCheckFirewallsConfigState
getter/setter pair

Health check firewalls configuration state for the backend.

This is a result of the static firewall analysis (verifying that health check traffic from required IP ranges to the backend is allowed or not). The backend might still be unhealthy even if these firewalls are configured. Please refer to the documentation for more information: https://cloud.google.com/load-balancing/docs/firewall-rules

Output only. Possible string values are:

  • "HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED" : 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.
  • "FIREWALLS_CONFIGURED" : Firewall rules (policies) allowing health check traffic from all required IP ranges to the backend are configured.
  • "FIREWALLS_PARTIALLY_CONFIGURED" : Firewall rules (policies) allow health check traffic only from a part of required IP ranges.
  • "FIREWALLS_NOT_CONFIGURED" : Firewall rules (policies) deny health check traffic from all required IP ranges to the backend.
  • "FIREWALLS_UNSUPPORTED" : The network contains firewall rules of unsupported types, so Connectivity tests were not able to verify health check configuration status. Please refer to the documentation for the list of unsupported configurations: https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs

Implementation

core.String? healthCheckFirewallsConfigState;