public static enum BaseLoadBalancer.Cluster.Action.Type extends Enum<BaseLoadBalancer.Cluster.Action.Type>
Enum Constant and Description |
---|
ASSIGN_REGION |
MOVE_REGION |
NULL |
SWAP_REGIONS |
Modifier and Type | Method and Description |
---|---|
static BaseLoadBalancer.Cluster.Action.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseLoadBalancer.Cluster.Action.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseLoadBalancer.Cluster.Action.Type ASSIGN_REGION
public static final BaseLoadBalancer.Cluster.Action.Type MOVE_REGION
public static final BaseLoadBalancer.Cluster.Action.Type SWAP_REGIONS
public static final BaseLoadBalancer.Cluster.Action.Type NULL
public static BaseLoadBalancer.Cluster.Action.Type[] values()
for (BaseLoadBalancer.Cluster.Action.Type c : BaseLoadBalancer.Cluster.Action.Type.values()) System.out.println(c);
public static BaseLoadBalancer.Cluster.Action.Type 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 nullCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.