Class IpFlowProtocol

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpFlowProtocol>
com.azure.resourcemanager.network.models.IpFlowProtocol
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IpFlowProtocol extends com.azure.core.util.ExpandableStringEnum<IpFlowProtocol>
Protocol to be verified on.
  • Field Details

    • TCP

      public static final IpFlowProtocol TCP
      Static value TCP for IpFlowProtocol.
    • UDP

      public static final IpFlowProtocol UDP
      Static value UDP for IpFlowProtocol.
  • Constructor Details

    • IpFlowProtocol

      @Deprecated public IpFlowProtocol()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IpFlowProtocol value.
  • Method Details

    • fromString

      public static IpFlowProtocol fromString(String name)
      Creates or finds a IpFlowProtocol from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IpFlowProtocol.
    • values

      public static Collection<IpFlowProtocol> values()
      Gets known IpFlowProtocol values.
      Returns:
      known IpFlowProtocol values.