public static enum VspAclRule.ACLTrafficType extends Enum<VspAclRule.ACLTrafficType>
| Modifier and Type | Method and Description |
|---|---|
static VspAclRule.ACLTrafficType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VspAclRule.ACLTrafficType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VspAclRule.ACLTrafficType Ingress
public static final VspAclRule.ACLTrafficType Egress
public static VspAclRule.ACLTrafficType[] values()
for (VspAclRule.ACLTrafficType c : VspAclRule.ACLTrafficType.values()) System.out.println(c);
public static VspAclRule.ACLTrafficType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2017 Nuage Networks. All rights reserved.