Uses of Class
com.oracle.bmc.opsi.model.AwrHubSourceLifecycleState
-
Packages that use AwrHubSourceLifecycleState Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of AwrHubSourceLifecycleState in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type AwrHubSourceLifecycleState Modifier and Type Method Description Waiter<GetAwrHubSourceRequest,GetAwrHubSourceResponse>
OperationsInsightsWaiters. forAwrHubSource(GetAwrHubSourceRequest request, AwrHubSourceLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAwrHubSourceRequest,GetAwrHubSourceResponse>
OperationsInsightsWaiters. forAwrHubSource(GetAwrHubSourceRequest request, AwrHubSourceLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAwrHubSourceRequest,GetAwrHubSourceResponse>
OperationsInsightsWaiters. forAwrHubSource(GetAwrHubSourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AwrHubSourceLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AwrHubSourceLifecycleState in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrHubSourceLifecycleState Modifier and Type Method Description static AwrHubSourceLifecycleState
AwrHubSourceLifecycleState. create(String key)
AwrHubSourceLifecycleState
AwrHubSource. getLifecycleState()
the current state of the source databaseAwrHubSourceLifecycleState
AwrHubSourceSummary. getLifecycleState()
the current state of the source databasestatic AwrHubSourceLifecycleState
AwrHubSourceLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwrHubSourceLifecycleState[]
AwrHubSourceLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type AwrHubSourceLifecycleState Modifier and Type Method Description AwrHubSource.Builder
AwrHubSource.Builder. lifecycleState(AwrHubSourceLifecycleState lifecycleState)
the current state of the source databaseAwrHubSourceSummary.Builder
AwrHubSourceSummary.Builder. lifecycleState(AwrHubSourceLifecycleState lifecycleState)
the current state of the source databaseConstructors in com.oracle.bmc.opsi.model with parameters of type AwrHubSourceLifecycleState Constructor Description AwrHubSource(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status)
Deprecated.AwrHubSourceSummary(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status)
Deprecated. -
Uses of AwrHubSourceLifecycleState in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type AwrHubSourceLifecycleState Modifier and Type Method Description List<AwrHubSourceLifecycleState>
ListAwrHubSourcesRequest. getLifecycleState()
Lifecycle statesMethods in com.oracle.bmc.opsi.requests with parameters of type AwrHubSourceLifecycleState Modifier and Type Method Description ListAwrHubSourcesRequest.Builder
ListAwrHubSourcesRequest.Builder. lifecycleState(AwrHubSourceLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type AwrHubSourceLifecycleState Modifier and Type Method Description ListAwrHubSourcesRequest.Builder
ListAwrHubSourcesRequest.Builder. lifecycleState(List<AwrHubSourceLifecycleState> lifecycleState)
Lifecycle states
-