Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlCollection.Status |
SqlCollection.Status.create(String key) |
SqlCollection.Status |
SqlCollection.getStatus()
Specifies if the status of the SqlCollection.
|
static SqlCollection.Status |
SqlCollection.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCollection.Status[] |
SqlCollection.Status.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.status(SqlCollection.Status status)
Specifies if the status of the SqlCollection.
|
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.