Class SecurityRuleDirection
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SecurityRuleDirection>
com.microsoft.azure.management.network.SecurityRuleDirection
public final class SecurityRuleDirection
extends com.microsoft.rest.ExpandableStringEnum<SecurityRuleDirection>
Defines values for SecurityRuleDirection.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SecurityRuleDirection
Static value Inbound for SecurityRuleDirection.static final SecurityRuleDirection
Static value Outbound for SecurityRuleDirection. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityRuleDirection
fromString
(String name) Creates or finds a SecurityRuleDirection from its string representation.static Collection<SecurityRuleDirection>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
INBOUND
Static value Inbound for SecurityRuleDirection. -
OUTBOUND
Static value Outbound for SecurityRuleDirection.
-
-
Constructor Details
-
SecurityRuleDirection
public SecurityRuleDirection()
-
-
Method Details
-
fromString
Creates or finds a SecurityRuleDirection from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SecurityRuleDirection
-
values
- Returns:
- known SecurityRuleDirection values
-