Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbHome.LifecycleState
-
Packages that use CloudDbHome.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbHome.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CloudDbHome.LifecycleState Modifier and Type Method Description Waiter<GetCloudDbHomeRequest,GetCloudDbHomeResponse>
DbManagementWaiters. forCloudDbHome(GetCloudDbHomeRequest request, CloudDbHome.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudDbHomeRequest,GetCloudDbHomeResponse>
DbManagementWaiters. forCloudDbHome(GetCloudDbHomeRequest request, CloudDbHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudDbHomeRequest,GetCloudDbHomeResponse>
DbManagementWaiters. forCloudDbHome(GetCloudDbHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudDbHome.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CloudDbHome.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbHome.LifecycleState Modifier and Type Method Description static CloudDbHome.LifecycleState
CloudDbHome.LifecycleState. create(String key)
CloudDbHome.LifecycleState
CloudDbHome. getLifecycleState()
The current lifecycle state of the cloud DB home.CloudDbHome.LifecycleState
CloudDbHomeSummary. getLifecycleState()
The current lifecycle state of the cloud DB home.static CloudDbHome.LifecycleState
CloudDbHome.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDbHome.LifecycleState[]
CloudDbHome.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbHome.LifecycleState Modifier and Type Method Description CloudDbHome.Builder
CloudDbHome.Builder. lifecycleState(CloudDbHome.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB home.CloudDbHomeSummary.Builder
CloudDbHomeSummary.Builder. lifecycleState(CloudDbHome.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB home.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbHome.LifecycleState Constructor Description CloudDbHome(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String homeDirectory, Map<String,String> additionalDetails, CloudDbHome.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CloudDbHomeSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudDbSystemId, String homeDirectory, CloudDbHome.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-