|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IpAddressAllocationMode>
org.jclouds.vcloud.domain.network.IpAddressAllocationMode
public enum IpAddressAllocationMode
The IpAddressAllocationMode element specifies how an IP address is allocated to this connection.
| Enum Constant Summary | |
|---|---|
DHCP
IP address assigned by DHCP |
|
MANUAL
static IP address assigned manually |
|
NONE
no IP addressing mode specified |
|
POOL
static IP address allocated from a pool |
|
| Method Summary | |
|---|---|
static IpAddressAllocationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IpAddressAllocationMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IpAddressAllocationMode NONE
public static final IpAddressAllocationMode MANUAL
public static final IpAddressAllocationMode POOL
public static final IpAddressAllocationMode DHCP
| Method Detail |
|---|
public static IpAddressAllocationMode[] values()
for (IpAddressAllocationMode c : IpAddressAllocationMode.values()) System.out.println(c);
public static IpAddressAllocationMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||