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