Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalDbHome.LifecycleState
-
Packages that use ExternalDbHome.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalDbHome.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ExternalDbHome.LifecycleState Modifier and Type Method Description Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse>
DbManagementWaiters. forExternalDbHome(GetExternalDbHomeRequest request, ExternalDbHome.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse>
DbManagementWaiters. forExternalDbHome(GetExternalDbHomeRequest request, ExternalDbHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExternalDbHomeRequest,GetExternalDbHomeResponse>
DbManagementWaiters. forExternalDbHome(GetExternalDbHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ExternalDbHome.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ExternalDbHome.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalDbHome.LifecycleState Modifier and Type Method Description static ExternalDbHome.LifecycleState
ExternalDbHome.LifecycleState. create(String key)
ExternalDbHome.LifecycleState
ExternalDbHome. getLifecycleState()
The current lifecycle state of the external DB home.ExternalDbHome.LifecycleState
ExternalDbHomeSummary. getLifecycleState()
The current lifecycle state of the external DB home.static ExternalDbHome.LifecycleState
ExternalDbHome.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalDbHome.LifecycleState[]
ExternalDbHome.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 ExternalDbHome.LifecycleState Modifier and Type Method Description ExternalDbHome.Builder
ExternalDbHome.Builder. lifecycleState(ExternalDbHome.LifecycleState lifecycleState)
The current lifecycle state of the external DB home.ExternalDbHomeSummary.Builder
ExternalDbHomeSummary.Builder. lifecycleState(ExternalDbHome.LifecycleState lifecycleState)
The current lifecycle state of the external DB home.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbHome.LifecycleState Constructor Description ExternalDbHome(String id, String displayName, String componentName, String compartmentId, String externalDbSystemId, String homeDirectory, Map<String,String> additionalDetails, ExternalDbHome.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.ExternalDbHomeSummary(String id, String displayName, String componentName, String compartmentId, String externalDbSystemId, String homeDirectory, ExternalDbHome.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.
-