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