|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NatPolicy>
org.jclouds.vcloud.domain.network.nat.NatPolicy
public enum NatPolicy
The Policy element of a NatService element specifies how packets are handled by the NAT service.
| Enum Constant Summary | |
|---|---|
ALLOW_TRAFFIC
packets of this type pass through the firewall in both directions |
|
ALLOW_TRAFFIC_IN
only inbound packets of this type pass through the firewall |
|
UNRECOGNIZED
|
|
| Method Summary | |
|---|---|
static NatPolicy |
fromValue(String policy)
|
String |
toString()
|
String |
value()
|
static NatPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NatPolicy[] |
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 NatPolicy ALLOW_TRAFFIC
public static final NatPolicy ALLOW_TRAFFIC_IN
public static final NatPolicy UNRECOGNIZED
| Method Detail |
|---|
public static NatPolicy[] values()
for (NatPolicy c : NatPolicy.values()) System.out.println(c);
public static NatPolicy 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 String toString()
toString in class Enum<NatPolicy>public static NatPolicy fromValue(String policy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||