public static enum NetworkSecurityRuleProperties.Access extends Enum<NetworkSecurityRuleProperties.Access>
Enum Constant and Description |
---|
Allow |
Deny |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static NetworkSecurityRuleProperties.Access |
fromValue(String text) |
static NetworkSecurityRuleProperties.Access |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkSecurityRuleProperties.Access[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkSecurityRuleProperties.Access Allow
public static final NetworkSecurityRuleProperties.Access Deny
public static final NetworkSecurityRuleProperties.Access UNRECOGNIZED
public static NetworkSecurityRuleProperties.Access[] values()
for (NetworkSecurityRuleProperties.Access c : NetworkSecurityRuleProperties.Access.values()) System.out.println(c);
public static NetworkSecurityRuleProperties.Access 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 nullpublic static NetworkSecurityRuleProperties.Access fromValue(String text)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.