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