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>
Describes operator to be matched.
  • Field Details

    • ANY

      public static final SocketAddrOperator ANY
      Static value Any for SocketAddrOperator.
    • IPMATCH

      public static final SocketAddrOperator IPMATCH
      Static value IPMatch for SocketAddrOperator.
  • Constructor Details

    • SocketAddrOperator

      public SocketAddrOperator()
  • Method Details

    • 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()
      Gets known SocketAddrOperator values.
      Returns:
      known SocketAddrOperator values.