Uses of Class
com.oracle.bmc.database.model.DbHome.LifecycleState
-
Packages that use DbHome.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbHome.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DbHome.LifecycleState Modifier and Type Method Description Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, DbHome.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, DbHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbHomeRequest,GetDbHomeResponse>
DatabaseWaiters. forDbHome(GetDbHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbHome.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DbHome.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbHome.LifecycleState Modifier and Type Method Description static DbHome.LifecycleState
DbHome.LifecycleState. create(String key)
DbHome.LifecycleState
DbHome. getLifecycleState()
The current state of the Database Home.static DbHome.LifecycleState
DbHome.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbHome.LifecycleState[]
DbHome.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 DbHome.LifecycleState Modifier and Type Method Description DbHome.Builder
DbHome.Builder. lifecycleState(DbHome.LifecycleState lifecycleState)
The current state of the Database Home.Constructors in com.oracle.bmc.database.model with parameters of type DbHome.LifecycleState Constructor Description DbHome(String id, String compartmentId, String displayName, String lastPatchHistoryEntryId, DbHome.LifecycleState lifecycleState, String dbSystemId, String vmClusterId, String dbVersion, String dbHomeLocation, String lifecycleDetails, Date timeCreated, String kmsKeyId, List<String> oneOffPatches, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String databaseSoftwareImageId, Boolean isUnifiedAuditingEnabled)
Deprecated.
-