Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystem.LifecycleState
-
Packages that use CloudDbSystem.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystem.LifecycleState in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CloudDbSystem.LifecycleState Modifier and Type Method Description Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, CloudDbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, CloudDbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudDbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CloudDbSystem.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystem.LifecycleState Modifier and Type Method Description static CloudDbSystem.LifecycleState
CloudDbSystem.LifecycleState. create(String key)
CloudDbSystem.LifecycleState
CloudDbSystem. getLifecycleState()
The current lifecycle state of the cloud DB system resource.CloudDbSystem.LifecycleState
CloudDbSystemSummary. getLifecycleState()
The current lifecycle state of the cloud DB system resource.static CloudDbSystem.LifecycleState
CloudDbSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDbSystem.LifecycleState[]
CloudDbSystem.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 CloudDbSystem.LifecycleState Modifier and Type Method Description CloudDbSystem.Builder
CloudDbSystem.Builder. lifecycleState(CloudDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB system resource.CloudDbSystemSummary.Builder
CloudDbSystemSummary.Builder. lifecycleState(CloudDbSystem.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB system resource.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystem.LifecycleState Constructor Description CloudDbSystem(String id, String dbaasParentInfrastructureId, CloudDbSystemDeploymentType deploymentType, String displayName, String compartmentId, String dbSystemDiscoveryId, String discoveryAgentId, Boolean isCluster, String homeDirectory, CloudDbSystemDatabaseManagementConfigDetails databaseManagementConfig, CloudDbSystemStackMonitoringConfigDetails stackMonitoringConfig, CloudDbSystem.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.CloudDbSystemSummary(String id, String dbaasParentInfrastructureId, CloudDbSystemDeploymentType deploymentType, String displayName, String compartmentId, String homeDirectory, CloudDbSystemDatabaseManagementConfigDetails databaseManagementConfig, CloudDbSystem.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.
-