Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlCollectionSummary.SqlLevel |
SqlCollectionSummary.SqlLevel.create(String key) |
SqlCollectionSummary.SqlLevel |
SqlCollectionSummary.getSqlLevel()
Specifies the level of SQL that will be collected.
|
static SqlCollectionSummary.SqlLevel |
SqlCollectionSummary.SqlLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCollectionSummary.SqlLevel[] |
SqlCollectionSummary.SqlLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlCollectionSummary.Builder |
SqlCollectionSummary.Builder.sqlLevel(SqlCollectionSummary.SqlLevel sqlLevel)
Specifies the level of SQL that will be collected.
|
Constructor and Description |
---|
SqlCollectionSummary(String id,
String compartmentId,
String displayName,
String description,
String targetId,
SqlCollectionSummary.Status status,
String dbUserName,
Date timeLastStarted,
Date timeLastStopped,
SqlCollectionSummary.SqlLevel sqlLevel,
Date timeCreated,
Date timeUpdated,
SqlCollectionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.