public enum LoadBalancerInfo.LoadBalancerType extends Enum<LoadBalancerInfo.LoadBalancerType> implements ProtocolMessageEnum
The type definition for a load balancer:
Protobuf enum
google.events.cloud.networkmanagement.v1.LoadBalancerInfo.LoadBalancerType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
HTTP_PROXY | HTTP(S) proxy load balancer. |
HTTP_PROXY_VALUE | HTTP(S) proxy load balancer. |
INTERNAL_TCP_UDP | Internal TCP/UDP load balancer. |
INTERNAL_TCP_UDP_VALUE | Internal TCP/UDP load balancer. |
LOAD_BALANCER_TYPE_UNSPECIFIED | Type is unspecified. |
LOAD_BALANCER_TYPE_UNSPECIFIED_VALUE | Type is unspecified. |
NETWORK_TCP_UDP | Network TCP/UDP load balancer. |
NETWORK_TCP_UDP_VALUE | Network TCP/UDP load balancer. |
SSL_PROXY | SSL proxy load balancer. |
SSL_PROXY_VALUE | SSL proxy load balancer. |
TCP_PROXY | TCP proxy load balancer. |
TCP_PROXY_VALUE | TCP proxy load balancer. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |