@Generated public enum MonitorCustomMetricType extends Enum<MonitorCustomMetricType>
| Enum Constant and Description |
|---|
CUSTOM_METRIC_TYPE_AGGREGATE |
CUSTOM_METRIC_TYPE_DERIVED |
CUSTOM_METRIC_TYPE_DRIFT |
MONITOR_STATUS_ERROR |
MONITOR_STATUS_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static MonitorCustomMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorCustomMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorCustomMetricType CUSTOM_METRIC_TYPE_AGGREGATE
public static final MonitorCustomMetricType CUSTOM_METRIC_TYPE_DERIVED
public static final MonitorCustomMetricType CUSTOM_METRIC_TYPE_DRIFT
public static final MonitorCustomMetricType MONITOR_STATUS_ERROR
public static final MonitorCustomMetricType MONITOR_STATUS_FAILED
public static MonitorCustomMetricType[] values()
for (MonitorCustomMetricType c : MonitorCustomMetricType.values()) System.out.println(c);
public static MonitorCustomMetricType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.