public static enum ListDatabaseInsightsRequest.Fields extends Enum<ListDatabaseInsightsRequest.Fields> implements BmcEnum
Specifies the fields to return in a database summary response. By default all fields are returned if omitted.
Enum Constant and Description |
---|
CompartmentId |
DatabaseDisplayName |
DatabaseHostNames |
DatabaseName |
DatabaseType |
DatabaseVersion |
DefinedTags |
FreeformTags |
Modifier and Type | Method and Description |
---|---|
static ListDatabaseInsightsRequest.Fields |
create(String key) |
String |
getValue() |
static ListDatabaseInsightsRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDatabaseInsightsRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDatabaseInsightsRequest.Fields CompartmentId
public static final ListDatabaseInsightsRequest.Fields DatabaseName
public static final ListDatabaseInsightsRequest.Fields DatabaseDisplayName
public static final ListDatabaseInsightsRequest.Fields DatabaseType
public static final ListDatabaseInsightsRequest.Fields DatabaseVersion
public static final ListDatabaseInsightsRequest.Fields DatabaseHostNames
public static final ListDatabaseInsightsRequest.Fields FreeformTags
public static final ListDatabaseInsightsRequest.Fields DefinedTags
public static ListDatabaseInsightsRequest.Fields[] values()
for (ListDatabaseInsightsRequest.Fields c : ListDatabaseInsightsRequest.Fields.values()) System.out.println(c);
public static ListDatabaseInsightsRequest.Fields 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.Fields create(String key)
Copyright © 2016–2024. All rights reserved.