Class SocketAddrOperator
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SocketAddrOperator>
-
- com.azure.resourcemanager.cdn.models.SocketAddrOperator
-
public final class SocketAddrOperator extends com.azure.core.util.ExpandableStringEnum<SocketAddrOperator>
Defines values for SocketAddrOperator.
-
-
Field Summary
Fields Modifier and Type Field Description static SocketAddrOperatorANYStatic value Any for SocketAddrOperator.static SocketAddrOperatorIPMATCHStatic value IPMatch for SocketAddrOperator.
-
Constructor Summary
Constructors Constructor Description SocketAddrOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SocketAddrOperatorfromString(String name)Creates or finds a SocketAddrOperator from its string representation.static Collection<SocketAddrOperator>values()
-
-
-
Field Detail
-
ANY
public static final SocketAddrOperator ANY
Static value Any for SocketAddrOperator.
-
IPMATCH
public static final SocketAddrOperator IPMATCH
Static value IPMatch for SocketAddrOperator.
-
-
Method Detail
-
fromString
public static SocketAddrOperator fromString(String name)
Creates or finds a SocketAddrOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SocketAddrOperator.
-
values
public static Collection<SocketAddrOperator> values()
- Returns:
- known SocketAddrOperator values.
-
-