public static enum EndpointSpec.Mode extends Enum<EndpointSpec.Mode>
| Enum Constant and Description |
|---|
RESOLUTION_MODE_DNSRR |
RESOLUTION_MODE_VIP |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static EndpointSpec.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointSpec.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointSpec.Mode RESOLUTION_MODE_VIP
public static final EndpointSpec.Mode RESOLUTION_MODE_DNSRR
public static EndpointSpec.Mode[] values()
for (EndpointSpec.Mode c : EndpointSpec.Mode.values()) System.out.println(c);
public static EndpointSpec.Mode 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 String getValue()
Copyright © 2018. All rights reserved.