public static enum Cds.Cluster.LbConfigCase extends Enum<Cds.Cluster.LbConfigCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
LBCONFIG_NOT_SET |
ORIGINAL_DST_LB_CONFIG |
RING_HASH_LB_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static Cds.Cluster.LbConfigCase |
forNumber(int value) |
int |
getNumber() |
static Cds.Cluster.LbConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cds.Cluster.LbConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cds.Cluster.LbConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cds.Cluster.LbConfigCase RING_HASH_LB_CONFIG
public static final Cds.Cluster.LbConfigCase ORIGINAL_DST_LB_CONFIG
public static final Cds.Cluster.LbConfigCase LBCONFIG_NOT_SET
public static Cds.Cluster.LbConfigCase[] values()
for (Cds.Cluster.LbConfigCase c : Cds.Cluster.LbConfigCase.values()) System.out.println(c);
public static Cds.Cluster.LbConfigCase 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 null@Deprecated public static Cds.Cluster.LbConfigCase valueOf(int value)
forNumber(int) instead.public static Cds.Cluster.LbConfigCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.