Uses of Class
com.oracle.bmc.database.model.ExternalDatabaseBase.LifecycleState
-
Packages that use ExternalDatabaseBase.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ExternalDatabaseBase.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExternalDatabaseBase.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type ExternalDatabaseBase.LifecycleState Modifier and Type Method Description ExternalDatabaseBase.Builder
ExternalDatabaseBase.Builder. lifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState)
The current state of the Oracle Cloud Infrastructure external database resource.Constructors in com.oracle.bmc.database.model with parameters of type ExternalDatabaseBase.LifecycleState Constructor 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. -
Uses of ExternalDatabaseBase.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ExternalDatabaseBase.LifecycleState Modifier and Type Method Description ExternalDatabaseBase.LifecycleState
ListExternalContainerDatabasesRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.ExternalDatabaseBase.LifecycleState
ListExternalNonContainerDatabasesRequest. 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.Methods in com.oracle.bmc.database.requests with parameters of type ExternalDatabaseBase.LifecycleState Modifier and Type Method Description ListExternalContainerDatabasesRequest.Builder
ListExternalContainerDatabasesRequest.Builder. lifecycleState(ExternalDatabaseBase.LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.ListExternalNonContainerDatabasesRequest.Builder
ListExternalNonContainerDatabasesRequest.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.
-