Enum LoadBalancerBackendInfo.HealthCheckFirewallsConfigState (1.42.0)

public enum LoadBalancerBackendInfo.HealthCheckFirewallsConfigState extends Enum<LoadBalancerBackendInfo.HealthCheckFirewallsConfigState> implements ProtocolMessageEnum

Health check firewalls configuration state enum.

Protobuf enum google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FIREWALLS_CONFIGURED

Firewall rules (policies) allowing health check traffic from all required IP ranges to the backend are configured.

FIREWALLS_CONFIGURED = 1;

FIREWALLS_CONFIGURED_VALUE

Firewall rules (policies) allowing health check traffic from all required IP ranges to the backend are configured.

FIREWALLS_CONFIGURED = 1;

FIREWALLS_NOT_CONFIGURED

Firewall rules (policies) deny health check traffic from all required IP ranges to the backend.

FIREWALLS_NOT_CONFIGURED = 3;

FIREWALLS_NOT_CONFIGURED_VALUE

Firewall rules (policies) deny health check traffic from all required IP ranges to the backend.

FIREWALLS_NOT_CONFIGURED = 3;

FIREWALLS_PARTIALLY_CONFIGURED

Firewall rules (policies) allow health check traffic only from a part of required IP ranges.

FIREWALLS_PARTIALLY_CONFIGURED = 2;

FIREWALLS_PARTIALLY_CONFIGURED_VALUE

Firewall rules (policies) allow health check traffic only from a part of required IP ranges.

FIREWALLS_PARTIALLY_CONFIGURED = 2;

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

FIREWALLS_UNSUPPORTED = 4;

FIREWALLS_UNSUPPORTED_VALUE

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

FIREWALLS_UNSUPPORTED = 4;

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.

HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED = 0;

HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED_VALUE

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.

HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED = 0;

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()