public static enum ForwardingRule.LoadBalancingScheme extends Enum<ForwardingRule.LoadBalancingScheme> implements com.google.protobuf.ProtocolMessageEnum
Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.Protobuf enum
google.cloud.compute.v1.ForwardingRule.LoadBalancingScheme| Enum Constant and Description |
|---|
EXTERNAL
EXTERNAL = 35607499; |
EXTERNAL_MANAGED
EXTERNAL_MANAGED = 512006923; |
INTERNAL
INTERNAL = 279295677; |
INTERNAL_MANAGED
INTERNAL_MANAGED = 37350397; |
INTERNAL_SELF_MANAGED
INTERNAL_SELF_MANAGED = 236211150; |
INVALID
INVALID = 530283991; |
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
EXTERNAL_MANAGED = 512006923; |
static int |
EXTERNAL_VALUE
EXTERNAL = 35607499; |
static int |
INTERNAL_MANAGED_VALUE
INTERNAL_MANAGED = 37350397; |
static int |
INTERNAL_SELF_MANAGED_VALUE
INTERNAL_SELF_MANAGED = 236211150; |
static int |
INTERNAL_VALUE
INTERNAL = 279295677; |
static int |
INVALID_VALUE
INVALID = 530283991; |
static int |
UNDEFINED_LOAD_BALANCING_SCHEME_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static ForwardingRule.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<ForwardingRule.LoadBalancingScheme> |
internalGetValueMap() |
static ForwardingRule.LoadBalancingScheme |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ForwardingRule.LoadBalancingScheme |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ForwardingRule.LoadBalancingScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardingRule.LoadBalancingScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardingRule.LoadBalancingScheme UNDEFINED_LOAD_BALANCING_SCHEME
A value indicating that the enum field is not set.
UNDEFINED_LOAD_BALANCING_SCHEME = 0;public static final ForwardingRule.LoadBalancingScheme EXTERNAL
EXTERNAL = 35607499;public static final ForwardingRule.LoadBalancingScheme EXTERNAL_MANAGED
EXTERNAL_MANAGED = 512006923;public static final ForwardingRule.LoadBalancingScheme INTERNAL
INTERNAL = 279295677;public static final ForwardingRule.LoadBalancingScheme INTERNAL_MANAGED
INTERNAL_MANAGED = 37350397;public static final ForwardingRule.LoadBalancingScheme INTERNAL_SELF_MANAGED
INTERNAL_SELF_MANAGED = 236211150;public static final ForwardingRule.LoadBalancingScheme INVALID
INVALID = 530283991;public static final ForwardingRule.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
EXTERNAL = 35607499;public static final int EXTERNAL_MANAGED_VALUE
EXTERNAL_MANAGED = 512006923;public static final int INTERNAL_VALUE
INTERNAL = 279295677;public static final int INTERNAL_MANAGED_VALUE
INTERNAL_MANAGED = 37350397;public static final int INTERNAL_SELF_MANAGED_VALUE
INTERNAL_SELF_MANAGED = 236211150;public static final int INVALID_VALUE
INVALID = 530283991;public static ForwardingRule.LoadBalancingScheme[] values()
for (ForwardingRule.LoadBalancingScheme c : ForwardingRule.LoadBalancingScheme.values()) System.out.println(c);
public static ForwardingRule.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 ForwardingRule.LoadBalancingScheme valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ForwardingRule.LoadBalancingScheme forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ForwardingRule.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 ForwardingRule.LoadBalancingScheme valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.