|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IpAddressAllocationModeType>
com.vmware.vcloud.sdk.constants.IpAddressAllocationModeType
public enum IpAddressAllocationModeType
IpAddressAllocationMode constants
| Enum Constant Summary | |
|---|---|
DHCP
The IP address is assigned dynamically by a DHCP service on the network. |
|
MANUAL
The IP address must be set manually. |
|
NONE
No IP addressing mode has been specified. |
|
POOL
The IP address is static but allocated automatically from a pool of addresses. |
|
| Method Summary | |
|---|---|
static IpAddressAllocationModeType |
fromValue(String value)
|
String |
value()
|
static IpAddressAllocationModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IpAddressAllocationModeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 IpAddressAllocationModeType NONE
public static final IpAddressAllocationModeType MANUAL
public static final IpAddressAllocationModeType POOL
public static final IpAddressAllocationModeType DHCP
| Method Detail |
|---|
public static IpAddressAllocationModeType[] values()
for (IpAddressAllocationModeType c : IpAddressAllocationModeType.values()) System.out.println(c);
public static IpAddressAllocationModeType 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 nullpublic String value()
public static IpAddressAllocationModeType fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||