public static enum TargetPoolCreationOptions.SessionAffinityValue extends Enum<TargetPoolCreationOptions.SessionAffinityValue>
Enum Constant and Description |
---|
CLIENT_IP |
CLIENT_IP_PROTO |
NONE |
Modifier and Type | Method and Description |
---|---|
static TargetPoolCreationOptions.SessionAffinityValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetPoolCreationOptions.SessionAffinityValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetPoolCreationOptions.SessionAffinityValue CLIENT_IP
public static final TargetPoolCreationOptions.SessionAffinityValue CLIENT_IP_PROTO
public static final TargetPoolCreationOptions.SessionAffinityValue NONE
public static TargetPoolCreationOptions.SessionAffinityValue[] values()
for (TargetPoolCreationOptions.SessionAffinityValue c : TargetPoolCreationOptions.SessionAffinityValue.values()) System.out.println(c);
public static TargetPoolCreationOptions.SessionAffinityValue 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 © 2009-2016 The Apache Software Foundation. All Rights Reserved.