Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ExternalPluggableDatabase.LifecycleState |
ExternalPluggableDatabase.LifecycleState.create(String key) |
ExternalPluggableDatabase.LifecycleState |
ExternalPluggableDatabase.getLifecycleState()
The current state of the Oracle Cloud Infrastructure external database resource.
|
static ExternalPluggableDatabase.LifecycleState |
ExternalPluggableDatabase.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalPluggableDatabase.LifecycleState[] |
ExternalPluggableDatabase.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalPluggableDatabase.Builder |
ExternalPluggableDatabase.Builder.lifecycleState(ExternalPluggableDatabase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.
|
Constructor and Description |
---|
ExternalPluggableDatabase(String sourceId,
String externalContainerDatabaseId,
OperationsInsightsConfig operationsInsightsConfig,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String id,
String lifecycleDetails,
ExternalPluggableDatabase.LifecycleState lifecycleState,
Date timeCreated,
String dbUniqueName,
String dbId,
String databaseVersion,
ExternalPluggableDatabase.DatabaseEdition databaseEdition,
String timeZone,
String characterSet,
String ncharacterSet,
String dbPacks,
ExternalPluggableDatabase.DatabaseConfiguration databaseConfiguration,
DatabaseManagementConfig databaseManagementConfig,
StackMonitoringConfig stackMonitoringConfig)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.