Class LogMetric

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LogMetric>
com.microsoft.azure.management.cdn.LogMetric

public final class LogMetric extends com.microsoft.rest.ExpandableStringEnum<LogMetric>
Defines values for LogMetric.
  • Field Details

    • CLIENT_REQUEST_COUNT

      public static final LogMetric CLIENT_REQUEST_COUNT
      Static value clientRequestCount for LogMetric.
    • CLIENT_REQUEST_TRAFFIC

      public static final LogMetric CLIENT_REQUEST_TRAFFIC
      Static value clientRequestTraffic for LogMetric.
    • CLIENT_REQUEST_BANDWIDTH

      public static final LogMetric CLIENT_REQUEST_BANDWIDTH
      Static value clientRequestBandwidth for LogMetric.
    • ORIGIN_REQUEST_TRAFFIC

      public static final LogMetric ORIGIN_REQUEST_TRAFFIC
      Static value originRequestTraffic for LogMetric.
    • ORIGIN_REQUEST_BANDWIDTH

      public static final LogMetric ORIGIN_REQUEST_BANDWIDTH
      Static value originRequestBandwidth for LogMetric.
    • TOTAL_LATENCY

      public static final LogMetric TOTAL_LATENCY
      Static value totalLatency for LogMetric.
  • Constructor Details

    • LogMetric

      public LogMetric()
  • Method Details

    • fromString

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

      public static Collection<LogMetric> values()
      Returns:
      known LogMetric values