public enum StorageUsageReportType extends Enum<StorageUsageReportType>
| Enum Constant and Description |
|---|
STORAGE_USAGE_ENTITIES_COUNT |
STORAGE_USAGE_OPERATIONS_COUNT |
STORAGE_USAGE_VOLUME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static StorageUsageReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageUsageReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageUsageReportType STORAGE_USAGE_VOLUME
public static final StorageUsageReportType STORAGE_USAGE_ENTITIES_COUNT
public static final StorageUsageReportType STORAGE_USAGE_OPERATIONS_COUNT
public static StorageUsageReportType[] values()
for (StorageUsageReportType c : StorageUsageReportType.values()) System.out.println(c);
public static StorageUsageReportType 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 nullpublic String toString()
toString in class Enum<StorageUsageReportType>Copyright © 2014. All Rights Reserved.