public enum IPv6DHCPMode extends Enum<IPv6DHCPMode>
Enum Constant and Description |
---|
DHCPV6_STATEFUL |
DHCPV6_STATELESS |
OFF |
SLAAC |
UNRECOGNIZED
Used by jclouds when the service returns an unknown value other than null.
|
Modifier and Type | Method and Description |
---|---|
static IPv6DHCPMode |
fromValue(String name) |
String |
toString() |
static IPv6DHCPMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPv6DHCPMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPv6DHCPMode OFF
public static final IPv6DHCPMode SLAAC
public static final IPv6DHCPMode DHCPV6_STATEFUL
public static final IPv6DHCPMode DHCPV6_STATELESS
public static final IPv6DHCPMode UNRECOGNIZED
public static IPv6DHCPMode[] values()
for (IPv6DHCPMode c : IPv6DHCPMode.values()) System.out.println(c);
public static IPv6DHCPMode 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 toString()
toString
in class Enum<IPv6DHCPMode>
public static IPv6DHCPMode fromValue(String name)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.