Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseTool.Name |
DatabaseTool.Name.create(String key) |
DatabaseTool.Name |
DatabaseTool.getName()
Name of database tool.
|
static DatabaseTool.Name |
DatabaseTool.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTool.Name[] |
DatabaseTool.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseTool.Builder |
DatabaseTool.Builder.name(DatabaseTool.Name name)
Name of database tool.
|
Constructor and Description |
---|
DatabaseTool(DatabaseTool.Name name,
Boolean isEnabled,
Float computeCount,
Integer maxIdleTimeInMinutes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.