public static enum LoadBalancerInfo.LoadBalancerType extends Enum<LoadBalancerInfo.LoadBalancerType> implements com.google.protobuf.ProtocolMessageEnum
The type definition for a load balancer:Protobuf enum
google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.LoadBalancerType| Enum Constant and Description |
|---|
HTTP_PROXY
HTTP(S) proxy load balancer.
|
INTERNAL_TCP_UDP
Internal TCP/UDP load balancer.
|
LOAD_BALANCER_TYPE_UNSPECIFIED
Type is unspecified.
|
NETWORK_TCP_UDP
Network TCP/UDP load balancer.
|
SSL_PROXY
SSL proxy load balancer.
|
TCP_PROXY
TCP proxy load balancer.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_PROXY_VALUE
HTTP(S) proxy load balancer.
|
static int |
INTERNAL_TCP_UDP_VALUE
Internal TCP/UDP load balancer.
|
static int |
LOAD_BALANCER_TYPE_UNSPECIFIED_VALUE
Type is unspecified.
|
static int |
NETWORK_TCP_UDP_VALUE
Network TCP/UDP load balancer.
|
static int |
SSL_PROXY_VALUE
SSL proxy load balancer.
|
static int |
TCP_PROXY_VALUE
TCP proxy load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerInfo.LoadBalancerType |
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<LoadBalancerInfo.LoadBalancerType> |
internalGetValueMap() |
static LoadBalancerInfo.LoadBalancerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LoadBalancerInfo.LoadBalancerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LoadBalancerInfo.LoadBalancerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerInfo.LoadBalancerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancerInfo.LoadBalancerType LOAD_BALANCER_TYPE_UNSPECIFIED
Type is unspecified.
LOAD_BALANCER_TYPE_UNSPECIFIED = 0;public static final LoadBalancerInfo.LoadBalancerType INTERNAL_TCP_UDP
Internal TCP/UDP load balancer.
INTERNAL_TCP_UDP = 1;public static final LoadBalancerInfo.LoadBalancerType NETWORK_TCP_UDP
Network TCP/UDP load balancer.
NETWORK_TCP_UDP = 2;public static final LoadBalancerInfo.LoadBalancerType HTTP_PROXY
HTTP(S) proxy load balancer.
HTTP_PROXY = 3;public static final LoadBalancerInfo.LoadBalancerType TCP_PROXY
TCP proxy load balancer.
TCP_PROXY = 4;public static final LoadBalancerInfo.LoadBalancerType SSL_PROXY
SSL proxy load balancer.
SSL_PROXY = 5;public static final LoadBalancerInfo.LoadBalancerType UNRECOGNIZED
public static final int LOAD_BALANCER_TYPE_UNSPECIFIED_VALUE
Type is unspecified.
LOAD_BALANCER_TYPE_UNSPECIFIED = 0;public static final int INTERNAL_TCP_UDP_VALUE
Internal TCP/UDP load balancer.
INTERNAL_TCP_UDP = 1;public static final int NETWORK_TCP_UDP_VALUE
Network TCP/UDP load balancer.
NETWORK_TCP_UDP = 2;public static final int HTTP_PROXY_VALUE
HTTP(S) proxy load balancer.
HTTP_PROXY = 3;public static final int TCP_PROXY_VALUE
TCP proxy load balancer.
TCP_PROXY = 4;public static final int SSL_PROXY_VALUE
SSL proxy load balancer.
SSL_PROXY = 5;public static LoadBalancerInfo.LoadBalancerType[] values()
for (LoadBalancerInfo.LoadBalancerType c : LoadBalancerInfo.LoadBalancerType.values()) System.out.println(c);
public static LoadBalancerInfo.LoadBalancerType 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 LoadBalancerInfo.LoadBalancerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static LoadBalancerInfo.LoadBalancerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<LoadBalancerInfo.LoadBalancerType> 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 LoadBalancerInfo.LoadBalancerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.