@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public enum ExternalDbSystemComponentType extends Enum<ExternalDbSystemComponentType> implements BmcEnum
The external DB system component type.
Enum Constant and Description |
---|
Asm |
AsmInstance |
Cluster |
ClusterInstance |
Database |
DatabaseHome |
DatabaseInstance |
DatabaseNode |
Dbsystem |
Listener |
PluggableDatabase |
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 ExternalDbSystemComponentType |
create(String key) |
String |
getValue() |
static ExternalDbSystemComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDbSystemComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalDbSystemComponentType Asm
public static final ExternalDbSystemComponentType AsmInstance
public static final ExternalDbSystemComponentType Cluster
public static final ExternalDbSystemComponentType ClusterInstance
public static final ExternalDbSystemComponentType Database
public static final ExternalDbSystemComponentType DatabaseInstance
public static final ExternalDbSystemComponentType DatabaseHome
public static final ExternalDbSystemComponentType DatabaseNode
public static final ExternalDbSystemComponentType Dbsystem
public static final ExternalDbSystemComponentType Listener
public static final ExternalDbSystemComponentType PluggableDatabase
public static final ExternalDbSystemComponentType UnknownEnumValue
public static ExternalDbSystemComponentType[] values()
for (ExternalDbSystemComponentType c : ExternalDbSystemComponentType.values()) System.out.println(c);
public static ExternalDbSystemComponentType 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 ExternalDbSystemComponentType create(String key)
Copyright © 2016–2023. All rights reserved.