|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GuestIPType>
org.jclouds.cloudstack.domain.GuestIPType
public enum GuestIPType
OfferingClient.listNetworkOfferings(org.jclouds.cloudstack.options.ListNetworkOfferingsOptions...)| Enum Constant Summary | |
|---|---|
DIRECT
traffic directly to the network and VMs created here are assigned an IP directly from the network as configured |
|
ISOLATED
|
|
SHARED
TODO: add comments to explain the meaning (cs3 only) |
|
UNRECOGNIZED
|
|
VIRTUAL
guest IP address will be issued by Dhcp server in the guest virtual network. |
|
| Method Summary | |
|---|---|
static GuestIPType |
fromValue(String type)
|
String |
toString()
|
static GuestIPType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GuestIPType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GuestIPType VIRTUAL
public static final GuestIPType DIRECT
public static final GuestIPType SHARED
public static final GuestIPType ISOLATED
public static final GuestIPType UNRECOGNIZED
| Method Detail |
|---|
public static GuestIPType[] values()
for (GuestIPType c : GuestIPType.values()) System.out.println(c);
public static GuestIPType 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 toString()
toString in class Enum<GuestIPType>public static GuestIPType fromValue(String type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||