public static enum VspAclRule.ACLType extends Enum<VspAclRule.ACLType>
| Enum Constant and Description |
|---|
Firewall |
NetworkACL |
| Modifier and Type | Method and Description |
|---|---|
static VspAclRule.ACLType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VspAclRule.ACLType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VspAclRule.ACLType Firewall
public static final VspAclRule.ACLType NetworkACL
public static VspAclRule.ACLType[] values()
for (VspAclRule.ACLType c : VspAclRule.ACLType.values()) System.out.println(c);
public static VspAclRule.ACLType 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.