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