Class LogMetric
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LogMetric>
-
- com.azure.resourcemanager.cdn.models.LogMetric
-
public final class LogMetric extends com.azure.core.util.ExpandableStringEnum<LogMetric>
Defines values for LogMetric.
-
-
Field Summary
Fields Modifier and Type Field Description static LogMetricCLIENT_REQUEST_BANDWIDTHStatic value clientRequestBandwidth for LogMetric.static LogMetricCLIENT_REQUEST_COUNTStatic value clientRequestCount for LogMetric.static LogMetricCLIENT_REQUEST_TRAFFICStatic value clientRequestTraffic for LogMetric.static LogMetricORIGIN_REQUEST_BANDWIDTHStatic value originRequestBandwidth for LogMetric.static LogMetricORIGIN_REQUEST_TRAFFICStatic value originRequestTraffic for LogMetric.static LogMetricTOTAL_LATENCYStatic value totalLatency for LogMetric.
-
Constructor Summary
Constructors Constructor Description LogMetric()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogMetricfromString(String name)Creates or finds a LogMetric from its string representation.static Collection<LogMetric>values()
-
-
-
Field Detail
-
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.
-
-
Method Detail
-
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.
-
-