java.lang.Object
com.azure.core.util.ExpandableStringEnum<IngestionType>
com.azure.resourcemanager.networkfunction.models.IngestionType

public final class IngestionType extends com.azure.core.util.ExpandableStringEnum<IngestionType>
Defines values for IngestionType.
  • Field Details

    • IPFIX

      public static final IngestionType IPFIX
      Static value IPFIX for IngestionType.
  • Constructor Details

    • IngestionType

      public IngestionType()
  • Method Details

    • fromString

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

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