@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum Database extends Enum<Database> implements BmcEnum
Displays exadata database resource metrics
Modifier and Type | Method and Description |
---|---|
static Database |
create(String key) |
String |
getValue() |
static Database |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Database Cpu
public static final Database Storage
public static final Database Io
public static final Database Memory
public static Database[] values()
for (Database c : Database.values()) System.out.println(c);
public static Database 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 © 2016–2024. All rights reserved.