Package com.oracle.bmc.database.requests
Enum ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent
- java.lang.Object
-
- java.lang.Enum<ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent>
-
- com.oracle.bmc.database.requests.ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent>
- Enclosing class:
- ListAutonomousContainerDatabaseVersionsRequest
public static enum ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent extends Enum<ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent> implements BmcEnum
The service component to use, either ADBD or EXACC.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent
create(String key)
String
getValue()
static ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Adbd
public static final ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent Adbd
-
Exacc
public static final ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent Exacc
-
-
Method Detail
-
values
public static ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent[] 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 (ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent c : ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent 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 ListAutonomousContainerDatabaseVersionsRequest.ServiceComponent create(String key)
-
-