Package com.oracle.bmc.opsi.requests
Enum ListDatabaseInsightsRequest.DatabaseType
- java.lang.Object
-
- java.lang.Enum<ListDatabaseInsightsRequest.DatabaseType>
-
- com.oracle.bmc.opsi.requests.ListDatabaseInsightsRequest.DatabaseType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListDatabaseInsightsRequest.DatabaseType>
- Enclosing class:
- ListDatabaseInsightsRequest
public static enum ListDatabaseInsightsRequest.DatabaseType extends Enum<ListDatabaseInsightsRequest.DatabaseType> implements BmcEnum
Filter by one or more database type.Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDatabaseInsightsRequest.DatabaseType
create(String key)
String
getValue()
static ListDatabaseInsightsRequest.DatabaseType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDatabaseInsightsRequest.DatabaseType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AdwS
public static final ListDatabaseInsightsRequest.DatabaseType AdwS
-
AtpS
public static final ListDatabaseInsightsRequest.DatabaseType AtpS
-
AdwD
public static final ListDatabaseInsightsRequest.DatabaseType AdwD
-
AtpD
public static final ListDatabaseInsightsRequest.DatabaseType AtpD
-
ExternalPdb
public static final ListDatabaseInsightsRequest.DatabaseType ExternalPdb
-
ExternalNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ExternalNoncdb
-
ComanagedVmCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmCdb
-
ComanagedVmPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmPdb
-
ComanagedVmNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmNoncdb
-
ComanagedBmCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmCdb
-
ComanagedBmPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmPdb
-
ComanagedBmNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmNoncdb
-
ComanagedExacsCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsCdb
-
ComanagedExacsPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsPdb
-
ComanagedExacsNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsNoncdb
-
ComanagedExaccCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExaccCdb
-
ComanagedExaccPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExaccPdb
-
ComanagedExaccNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExaccNoncdb
-
MdsMysql
public static final ListDatabaseInsightsRequest.DatabaseType MdsMysql
-
ExternalMysql
public static final ListDatabaseInsightsRequest.DatabaseType ExternalMysql
-
-
Method Detail
-
values
public static ListDatabaseInsightsRequest.DatabaseType[] 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 (ListDatabaseInsightsRequest.DatabaseType c : ListDatabaseInsightsRequest.DatabaseType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListDatabaseInsightsRequest.DatabaseType 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 ListDatabaseInsightsRequest.DatabaseType create(String key)
-
-