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