public enum FirewallPacketQueueingMethodType extends java.lang.Enum<FirewallPacketQueueingMethodType>
| Enum Constant and Description |
|---|
DEVICE_DEFAULT
device Default
|
DISABLED
disabled
|
QUEUE_BOTH
queue Both
|
QUEUE_INBOUND
queue Inbound
|
QUEUE_OUTBOUND
queue Outbound
|
UNEXPECTED_VALUE
For FirewallPacketQueueingMethodType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static FirewallPacketQueueingMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FirewallPacketQueueingMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FirewallPacketQueueingMethodType DEVICE_DEFAULT
public static final FirewallPacketQueueingMethodType DISABLED
public static final FirewallPacketQueueingMethodType QUEUE_INBOUND
public static final FirewallPacketQueueingMethodType QUEUE_OUTBOUND
public static final FirewallPacketQueueingMethodType QUEUE_BOTH
public static final FirewallPacketQueueingMethodType UNEXPECTED_VALUE
public static FirewallPacketQueueingMethodType[] values()
for (FirewallPacketQueueingMethodType c : FirewallPacketQueueingMethodType.values()) System.out.println(c);
public static FirewallPacketQueueingMethodType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null