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 and Description |
---|
AdwD |
AdwS |
AtpD |
AtpS |
ComanagedBmCdb |
ComanagedBmNoncdb |
ComanagedBmPdb |
ComanagedExacsCdb |
ComanagedExacsNoncdb |
ComanagedExacsPdb |
ComanagedVmCdb |
ComanagedVmNoncdb |
ComanagedVmPdb |
ExternalNoncdb |
ExternalPdb |
Modifier and Type | Method and 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.
|
public static final ListDatabaseInsightsRequest.DatabaseType AdwS
public static final ListDatabaseInsightsRequest.DatabaseType AtpS
public static final ListDatabaseInsightsRequest.DatabaseType AdwD
public static final ListDatabaseInsightsRequest.DatabaseType AtpD
public static final ListDatabaseInsightsRequest.DatabaseType ExternalPdb
public static final ListDatabaseInsightsRequest.DatabaseType ExternalNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedVmNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedBmNoncdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsCdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsPdb
public static final ListDatabaseInsightsRequest.DatabaseType ComanagedExacsNoncdb
public static ListDatabaseInsightsRequest.DatabaseType[] values()
for (ListDatabaseInsightsRequest.DatabaseType c : ListDatabaseInsightsRequest.DatabaseType.values()) System.out.println(c);
public static ListDatabaseInsightsRequest.DatabaseType 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 ListDatabaseInsightsRequest.DatabaseType create(String key)
Copyright © 2016–2023. All rights reserved.