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