Uses of Class
com.oracle.bmc.psql.model.DbSystem.LifecycleState
-
Packages that use DbSystem.LifecycleState Package Description com.oracle.bmc.psql com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of DbSystem.LifecycleState in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type DbSystem.LifecycleState Modifier and Type Method Description Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
PostgresqlWaiters. forDbSystem(GetDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DbSystem.LifecycleState in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystem.LifecycleState Modifier and Type Method Description static DbSystem.LifecycleState
DbSystem.LifecycleState. create(String key)
DbSystem.LifecycleState
DbSystem. getLifecycleState()
The current state of the database system.DbSystem.LifecycleState
DbSystemSummary. getLifecycleState()
The current state of the database system.static DbSystem.LifecycleState
DbSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystem.LifecycleState[]
DbSystem.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type DbSystem.LifecycleState Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the database system.DbSystemSummary.Builder
DbSystemSummary.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the database system.Constructors in com.oracle.bmc.psql.model with parameters of type DbSystem.LifecycleState Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, String adminUsername, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DbSystem.SystemType systemType, String dbVersion, String configId, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, Integer instanceCount, List<DbInstance> instances, StorageDetails storageDetails, NetworkDetails networkDetails, ManagementPolicy managementPolicy, SourceDetails source)
Deprecated.DbSystemSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, DbSystem.SystemType systemType, Integer instanceCount, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, String dbVersion, String configId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DbSystem.LifecycleState in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return DbSystem.LifecycleState Modifier and Type Method Description DbSystem.LifecycleState
ListDbSystemsRequest. getLifecycleState()
A filter to return only resources if their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.psql.requests with parameters of type DbSystem.LifecycleState Modifier and Type Method Description ListDbSystemsRequest.Builder
ListDbSystemsRequest.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
A filter to return only resources if their lifecycleState matches the given lifecycleState.
-