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 \ LoadBalancerBackendInfoMethods
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;
FIREWALLS_UNSUPPORTED
Value: 4
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
Generated from protobuf enum FIREWALLS_UNSUPPORTED = 4;