public final class SecurityRuleDirection extends ExpandableStringEnum<SecurityRuleDirection>
| Modifier and Type | Field and Description |
|---|---|
static SecurityRuleDirection |
INBOUND
Static value Inbound for SecurityRuleDirection.
|
static SecurityRuleDirection |
OUTBOUND
Static value Outbound for SecurityRuleDirection.
|
| Constructor and Description |
|---|
SecurityRuleDirection() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityRuleDirection |
fromString(String name)
Creates or finds a SecurityRuleDirection from its string representation.
|
static Collection<SecurityRuleDirection> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final SecurityRuleDirection INBOUND
public static final SecurityRuleDirection OUTBOUND
public static SecurityRuleDirection fromString(String name)
name - a name to look forpublic static Collection<SecurityRuleDirection> values()
Copyright © 2019. All rights reserved.