public static enum DbmResource.ResourceType extends Enum<DbmResource.ResourceType> implements BmcEnum
The type of Exadata resource.
Enum Constant and Description |
---|
DatabaseSummary |
DatabaseSystemSummary |
Infrastructure |
InfrastructureSummary |
StorageConnector |
StorageConnectorSummary |
StorageGrid |
StorageGridSummary |
StorageServer |
StorageServerSummary |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DbmResource.ResourceType |
create(String key) |
String |
getValue() |
static DbmResource.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbmResource.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbmResource.ResourceType InfrastructureSummary
public static final DbmResource.ResourceType Infrastructure
public static final DbmResource.ResourceType StorageServerSummary
public static final DbmResource.ResourceType StorageServer
public static final DbmResource.ResourceType StorageGridSummary
public static final DbmResource.ResourceType StorageGrid
public static final DbmResource.ResourceType StorageConnectorSummary
public static final DbmResource.ResourceType StorageConnector
public static final DbmResource.ResourceType DatabaseSystemSummary
public static final DbmResource.ResourceType DatabaseSummary
public static final DbmResource.ResourceType UnknownEnumValue
public static DbmResource.ResourceType[] values()
for (DbmResource.ResourceType c : DbmResource.ResourceType.values()) System.out.println(c);
public static DbmResource.ResourceType 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 DbmResource.ResourceType create(String key)
Copyright © 2016–2024. All rights reserved.