public static enum LoadBalancingRuleProperties.LoadDistribution extends Enum<LoadBalancingRuleProperties.LoadDistribution>
Enum Constant and Description |
---|
Default |
SourceIp |
SourceIPProtocol |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static LoadBalancingRuleProperties.LoadDistribution |
fromValue(String text) |
String |
toString() |
static LoadBalancingRuleProperties.LoadDistribution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancingRuleProperties.LoadDistribution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancingRuleProperties.LoadDistribution Default
public static final LoadBalancingRuleProperties.LoadDistribution SourceIp
public static final LoadBalancingRuleProperties.LoadDistribution SourceIPProtocol
public static final LoadBalancingRuleProperties.LoadDistribution UNRECOGNIZED
public static LoadBalancingRuleProperties.LoadDistribution[] values()
for (LoadBalancingRuleProperties.LoadDistribution c : LoadBalancingRuleProperties.LoadDistribution.values()) System.out.println(c);
public static LoadBalancingRuleProperties.LoadDistribution 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 static LoadBalancingRuleProperties.LoadDistribution fromValue(String text)
public String toString()
toString
in class Enum<LoadBalancingRuleProperties.LoadDistribution>
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.