Uses of Class
com.oracle.bmc.database.model.DbServer.LifecycleState
-
Packages that use DbServer.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbServer.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DbServer.LifecycleState Modifier and Type Method Description Waiter<GetDbServerRequest,GetDbServerResponse>
DatabaseWaiters. forDbServer(GetDbServerRequest request, DbServer.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbServerRequest,GetDbServerResponse>
DatabaseWaiters. forDbServer(GetDbServerRequest request, DbServer.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbServerRequest,GetDbServerResponse>
DatabaseWaiters. forDbServer(GetDbServerRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbServer.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DbServer.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbServer.LifecycleState Modifier and Type Method Description static DbServer.LifecycleState
DbServer.LifecycleState. create(String key)
DbServer.LifecycleState
DbServer. getLifecycleState()
The current state of the Db server.static DbServer.LifecycleState
DbServer.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbServer.LifecycleState[]
DbServer.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 DbServer.LifecycleState Modifier and Type Method Description DbServer.Builder
DbServer.Builder. lifecycleState(DbServer.LifecycleState lifecycleState)
The current state of the Db server.Constructors in com.oracle.bmc.database.model with parameters of type DbServer.LifecycleState Constructor Description DbServer(String id, String displayName, String compartmentId, String exadataInfrastructureId, Integer cpuCoreCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, List<String> vmClusterIds, List<String> autonomousVmClusterIds, List<String> autonomousVirtualMachineIds, List<String> dbNodeIds, String shape, DbServer.LifecycleState lifecycleState, String lifecycleDetails, Integer maxCpuCount, Integer maxMemoryInGBs, Integer maxDbNodeStorageInGBs, Date timeCreated, DbServerPatchingDetails dbServerPatchingDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DbServer.ComputeModel computeModel)
Deprecated.
-