Class CoverageLevel

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

public final class CoverageLevel extends com.azure.core.util.ExpandableStringEnum<CoverageLevel>
Test coverage for the endpoint.
  • Field Details

    • DEFAULT

      public static final CoverageLevel DEFAULT
      Static value Default for CoverageLevel.
    • LOW

      public static final CoverageLevel LOW
      Static value Low for CoverageLevel.
    • BELOW_AVERAGE

      public static final CoverageLevel BELOW_AVERAGE
      Static value BelowAverage for CoverageLevel.
    • AVERAGE

      public static final CoverageLevel AVERAGE
      Static value Average for CoverageLevel.
    • ABOVE_AVERAGE

      public static final CoverageLevel ABOVE_AVERAGE
      Static value AboveAverage for CoverageLevel.
    • FULL

      public static final CoverageLevel FULL
      Static value Full for CoverageLevel.
  • Constructor Details

    • CoverageLevel

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

    • fromString

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

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