public static enum BackendService.LoadBalancingScheme extends Enum<BackendService.LoadBalancingScheme> implements com.google.protobuf.ProtocolMessageEnum
Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.Protobuf enum
google.cloud.compute.v1.BackendService.LoadBalancingScheme| Enum Constant and Description |
|---|
EXTERNAL
Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
|
EXTERNAL_MANAGED
Signifies that this will be used for External Managed HTTP(S) Load Balancing.
|
INTERNAL
Signifies that this will be used for Internal TCP/UDP Load Balancing.
|
INTERNAL_MANAGED
Signifies that this will be used for Internal HTTP(S) Load Balancing.
|
INTERNAL_SELF_MANAGED
Signifies that this will be used by Traffic Director.
|
INVALID_LOAD_BALANCING_SCHEME
INVALID_LOAD_BALANCING_SCHEME = 275352060; |
UNDEFINED_LOAD_BALANCING_SCHEME
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_MANAGED_VALUE
Signifies that this will be used for External Managed HTTP(S) Load Balancing.
|
static int |
EXTERNAL_VALUE
Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
|
static int |
INTERNAL_MANAGED_VALUE
Signifies that this will be used for Internal HTTP(S) Load Balancing.
|
static int |
INTERNAL_SELF_MANAGED_VALUE
Signifies that this will be used by Traffic Director.
|
static int |
INTERNAL_VALUE
Signifies that this will be used for Internal TCP/UDP Load Balancing.
|
static int |
INVALID_LOAD_BALANCING_SCHEME_VALUE
INVALID_LOAD_BALANCING_SCHEME = 275352060; |
static int |
UNDEFINED_LOAD_BALANCING_SCHEME_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static BackendService.LoadBalancingScheme |
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<BackendService.LoadBalancingScheme> |
internalGetValueMap() |
static BackendService.LoadBalancingScheme |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackendService.LoadBalancingScheme |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackendService.LoadBalancingScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendService.LoadBalancingScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackendService.LoadBalancingScheme UNDEFINED_LOAD_BALANCING_SCHEME
A value indicating that the enum field is not set.
UNDEFINED_LOAD_BALANCING_SCHEME = 0;public static final BackendService.LoadBalancingScheme EXTERNAL
Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
EXTERNAL = 35607499;public static final BackendService.LoadBalancingScheme EXTERNAL_MANAGED
Signifies that this will be used for External Managed HTTP(S) Load Balancing.
EXTERNAL_MANAGED = 512006923;public static final BackendService.LoadBalancingScheme INTERNAL
Signifies that this will be used for Internal TCP/UDP Load Balancing.
INTERNAL = 279295677;public static final BackendService.LoadBalancingScheme INTERNAL_MANAGED
Signifies that this will be used for Internal HTTP(S) Load Balancing.
INTERNAL_MANAGED = 37350397;public static final BackendService.LoadBalancingScheme INTERNAL_SELF_MANAGED
Signifies that this will be used by Traffic Director.
INTERNAL_SELF_MANAGED = 236211150;public static final BackendService.LoadBalancingScheme INVALID_LOAD_BALANCING_SCHEME
INVALID_LOAD_BALANCING_SCHEME = 275352060;public static final BackendService.LoadBalancingScheme UNRECOGNIZED
public static final int UNDEFINED_LOAD_BALANCING_SCHEME_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOAD_BALANCING_SCHEME = 0;public static final int EXTERNAL_VALUE
Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
EXTERNAL = 35607499;public static final int EXTERNAL_MANAGED_VALUE
Signifies that this will be used for External Managed HTTP(S) Load Balancing.
EXTERNAL_MANAGED = 512006923;public static final int INTERNAL_VALUE
Signifies that this will be used for Internal TCP/UDP Load Balancing.
INTERNAL = 279295677;public static final int INTERNAL_MANAGED_VALUE
Signifies that this will be used for Internal HTTP(S) Load Balancing.
INTERNAL_MANAGED = 37350397;public static final int INTERNAL_SELF_MANAGED_VALUE
Signifies that this will be used by Traffic Director.
INTERNAL_SELF_MANAGED = 236211150;public static final int INVALID_LOAD_BALANCING_SCHEME_VALUE
INVALID_LOAD_BALANCING_SCHEME = 275352060;public static BackendService.LoadBalancingScheme[] values()
for (BackendService.LoadBalancingScheme c : BackendService.LoadBalancingScheme.values()) System.out.println(c);
public static BackendService.LoadBalancingScheme 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 BackendService.LoadBalancingScheme valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BackendService.LoadBalancingScheme forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BackendService.LoadBalancingScheme> 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 BackendService.LoadBalancingScheme valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.