public static enum LoadBalancerBackend.HealthCheckFirewallState extends Enum<LoadBalancerBackend.HealthCheckFirewallState> implements com.google.protobuf.ProtocolMessageEnum
State of a health check firewall configuration:Protobuf enum
google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState| Enum Constant and Description |
|---|
CONFIGURED
There are configured firewall rules to allow health check probes to the
backend.
|
HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED
State is unspecified.
|
MISCONFIGURED
There are firewall rules configured to allow partial health check ranges
or block all health check ranges.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGURED_VALUE
There are configured firewall rules to allow health check probes to the
backend.
|
static int |
HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED_VALUE
State is unspecified.
|
static int |
MISCONFIGURED_VALUE
There are firewall rules configured to allow partial health check ranges
or block all health check ranges.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerBackend.HealthCheckFirewallState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<LoadBalancerBackend.HealthCheckFirewallState> |
internalGetValueMap() |
static LoadBalancerBackend.HealthCheckFirewallState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LoadBalancerBackend.HealthCheckFirewallState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LoadBalancerBackend.HealthCheckFirewallState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerBackend.HealthCheckFirewallState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancerBackend.HealthCheckFirewallState HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED
State is unspecified. Default state if not populated.
HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED = 0;public static final LoadBalancerBackend.HealthCheckFirewallState CONFIGURED
There are configured firewall rules to allow health check probes to the backend.
CONFIGURED = 1;public static final LoadBalancerBackend.HealthCheckFirewallState 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;public static final LoadBalancerBackend.HealthCheckFirewallState UNRECOGNIZED
public static final int HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED_VALUE
State is unspecified. Default state if not populated.
HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED = 0;public static final int CONFIGURED_VALUE
There are configured firewall rules to allow health check probes to the backend.
CONFIGURED = 1;public static final int 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;public static LoadBalancerBackend.HealthCheckFirewallState[] values()
for (LoadBalancerBackend.HealthCheckFirewallState c : LoadBalancerBackend.HealthCheckFirewallState.values()) System.out.println(c);
public static LoadBalancerBackend.HealthCheckFirewallState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static LoadBalancerBackend.HealthCheckFirewallState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static LoadBalancerBackend.HealthCheckFirewallState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<LoadBalancerBackend.HealthCheckFirewallState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static LoadBalancerBackend.HealthCheckFirewallState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.