Enum LoadBalancerBackend.HealthCheckFirewallState (1.17.0)

public enum LoadBalancerBackend.HealthCheckFirewallState extends Enum<LoadBalancerBackend.HealthCheckFirewallState> implements ProtocolMessageEnum

State of a health check firewall configuration:

Protobuf enum google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONFIGURED

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

CONFIGURED = 1;

CONFIGURED_VALUE

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

CONFIGURED = 1;

HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED

State is unspecified. Default state if not populated.

HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED = 0;

HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED_VALUE

State is unspecified. Default state if not populated.

HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED = 0;

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.

MISCONFIGURED = 2;

MISCONFIGURED_VALUE

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.

MISCONFIGURED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()