Enum ExternalDbSystemComponentType
- java.lang.Object
-
- java.lang.Enum<ExternalDbSystemComponentType>
-
- com.oracle.bmc.databasemanagement.model.ExternalDbSystemComponentType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ExternalDbSystemComponentType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public enum ExternalDbSystemComponentType extends Enum<ExternalDbSystemComponentType> implements BmcEnum
The external DB system component type.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Asm
public static final ExternalDbSystemComponentType Asm
-
AsmInstance
public static final ExternalDbSystemComponentType AsmInstance
-
Cluster
public static final ExternalDbSystemComponentType Cluster
-
ClusterInstance
public static final ExternalDbSystemComponentType ClusterInstance
-
Database
public static final ExternalDbSystemComponentType Database
-
DatabaseInstance
public static final ExternalDbSystemComponentType DatabaseInstance
-
DatabaseHome
public static final ExternalDbSystemComponentType DatabaseHome
-
DatabaseNode
public static final ExternalDbSystemComponentType DatabaseNode
-
Dbsystem
public static final ExternalDbSystemComponentType Dbsystem
-
Listener
public static final ExternalDbSystemComponentType Listener
-
PluggableDatabase
public static final ExternalDbSystemComponentType PluggableDatabase
-
UnknownEnumValue
public static final ExternalDbSystemComponentType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ExternalDbSystemComponentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ExternalDbSystemComponentType c : ExternalDbSystemComponentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExternalDbSystemComponentType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ExternalDbSystemComponentType create(String key)
-
-