Class SocketAddrOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SocketAddrOperator>
com.azure.resourcemanager.cdn.models.SocketAddrOperator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SocketAddrOperator
extends com.azure.core.util.ExpandableStringEnum<SocketAddrOperator>
Describes operator to be matched.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SocketAddrOperatorStatic value Any for SocketAddrOperator.static final SocketAddrOperatorStatic value IPMatch for SocketAddrOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketAddrOperatorfromString(String name) Creates or finds a SocketAddrOperator from its string representation.static Collection<SocketAddrOperator> values()Gets known SocketAddrOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ANY
Static value Any for SocketAddrOperator. -
IPMATCH
Static value IPMatch for SocketAddrOperator.
-
-
Constructor Details
-
SocketAddrOperator
Deprecated.Use thefromString(String)factory method.Creates a new instance of SocketAddrOperator value.
-
-
Method Details
-
fromString
Creates or finds a SocketAddrOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SocketAddrOperator.
-
values
Gets known SocketAddrOperator values.- Returns:
- known SocketAddrOperator values.
-
fromString(String)factory method.