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