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