public enum VdcSampleMetric extends Enum<VdcSampleMetric>
Enum Constant and Description |
---|
TOTAL_DATA_IN |
TOTAL_LOGICAL_USAGE |
TOTAL_PHYSICAL_DATA_USAGE |
TOTAL_PHYSICAL_USAGE |
Modifier and Type | Method and Description |
---|---|
static VdcSampleMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdcSampleMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VdcSampleMetric TOTAL_LOGICAL_USAGE
public static final VdcSampleMetric TOTAL_PHYSICAL_USAGE
public static final VdcSampleMetric TOTAL_PHYSICAL_DATA_USAGE
public static final VdcSampleMetric TOTAL_DATA_IN
public static VdcSampleMetric[] values()
for (VdcSampleMetric c : VdcSampleMetric.values()) System.out.println(c);
public static VdcSampleMetric 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 © 2023 iland Internet Solutions, Corp. All rights reserved.