Class WafMetric

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafMetric>
com.azure.resourcemanager.cdn.models.WafMetric

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

    Fields
    Modifier and Type
    Field
    Description
    static final WafMetric
    Static value clientRequestCount for WafMetric.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static WafMetric
    Creates or finds a WafMetric from its string representation.
    Gets known WafMetric values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CLIENT_REQUEST_COUNT

      public static final WafMetric CLIENT_REQUEST_COUNT
      Static value clientRequestCount for WafMetric.
  • Constructor Details

    • WafMetric

      public WafMetric()
  • Method Details

    • fromString

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

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