Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static CreateSqlCollectionDetails.Status |
CreateSqlCollectionDetails.Status.create(String key) |
CreateSqlCollectionDetails.Status |
CreateSqlCollectionDetails.getStatus()
Specifies if the SqlCollection has to be started after creation.
|
static CreateSqlCollectionDetails.Status |
CreateSqlCollectionDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSqlCollectionDetails.Status[] |
CreateSqlCollectionDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateSqlCollectionDetails.Builder |
CreateSqlCollectionDetails.Builder.status(CreateSqlCollectionDetails.Status status)
Specifies if the SqlCollection has to be started after creation.
|
Constructor and Description |
---|
CreateSqlCollectionDetails(String displayName,
String description,
String compartmentId,
String targetId,
CreateSqlCollectionDetails.Status status,
String dbUserName,
CreateSqlCollectionDetails.SqlLevel sqlLevel,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.