Uses of Class
com.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState
-
Packages that use LoadBalancerBackend.HealthCheckFirewallState Package Description com.google.cloud.networkmanagement.v1beta1 A client to Network Management API -
-
Uses of LoadBalancerBackend.HealthCheckFirewallState in com.google.cloud.networkmanagement.v1beta1
Methods in com.google.cloud.networkmanagement.v1beta1 that return LoadBalancerBackend.HealthCheckFirewallState Modifier and Type Method Description static LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend.HealthCheckFirewallState. forNumber(int value)
LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend.Builder. getHealthCheckFirewallState()
State of the health check firewall configuration.LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend. getHealthCheckFirewallState()
State of the health check firewall configuration.LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackendOrBuilder. getHealthCheckFirewallState()
State of the health check firewall configuration.static LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend.HealthCheckFirewallState. valueOf(int value)
Deprecated.static LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend.HealthCheckFirewallState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LoadBalancerBackend.HealthCheckFirewallState
LoadBalancerBackend.HealthCheckFirewallState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadBalancerBackend.HealthCheckFirewallState[]
LoadBalancerBackend.HealthCheckFirewallState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.networkmanagement.v1beta1 that return types with arguments of type LoadBalancerBackend.HealthCheckFirewallState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LoadBalancerBackend.HealthCheckFirewallState>
LoadBalancerBackend.HealthCheckFirewallState. internalGetValueMap()
Methods in com.google.cloud.networkmanagement.v1beta1 with parameters of type LoadBalancerBackend.HealthCheckFirewallState Modifier and Type Method Description LoadBalancerBackend.Builder
LoadBalancerBackend.Builder. setHealthCheckFirewallState(LoadBalancerBackend.HealthCheckFirewallState value)
State of the health check firewall configuration.
-