Uses of Class
com.oracle.bmc.database.model.DbnodeSnapshot.LifecycleState
-
Packages that use DbnodeSnapshot.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbnodeSnapshot.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DbnodeSnapshot.LifecycleState Modifier and Type Method Description Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse>DatabaseWaiters. forDbnodeSnapshot(GetDbnodeSnapshotRequest request, DbnodeSnapshot.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse>DatabaseWaiters. forDbnodeSnapshot(GetDbnodeSnapshotRequest request, DbnodeSnapshot.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse>DatabaseWaiters. forDbnodeSnapshot(GetDbnodeSnapshotRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbnodeSnapshot.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of DbnodeSnapshot.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbnodeSnapshot.LifecycleState Modifier and Type Method Description static DbnodeSnapshot.LifecycleStateDbnodeSnapshot.LifecycleState. create(String key)DbnodeSnapshot.LifecycleStateDbnodeSnapshot. getLifecycleState()The current state of the Exadata Database Node Snapshot.DbnodeSnapshot.LifecycleStateDbnodeSnapshotSummary. getLifecycleState()The current state of the Exadata Database Storage Vault.static DbnodeSnapshot.LifecycleStateDbnodeSnapshot.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DbnodeSnapshot.LifecycleState[]DbnodeSnapshot.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type DbnodeSnapshot.LifecycleState Modifier and Type Method Description DbnodeSnapshot.BuilderDbnodeSnapshot.Builder. lifecycleState(DbnodeSnapshot.LifecycleState lifecycleState)The current state of the Exadata Database Node Snapshot.DbnodeSnapshotSummary.BuilderDbnodeSnapshotSummary.Builder. lifecycleState(DbnodeSnapshot.LifecycleState lifecycleState)The current state of the Exadata Database Storage Vault.Constructors in com.oracle.bmc.database.model with parameters of type DbnodeSnapshot.LifecycleState Constructor Description DbnodeSnapshot(String id, DbnodeSnapshot.LifecycleState lifecycleState, String name, String sourceDbnodeId, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String compartmentId, String clusterId, List<MountPointDetails> mountPoints, List<VolumeDetails> volumes)Deprecated.DbnodeSnapshotSummary(String id, String sourceDbnodeId, DbnodeSnapshot.LifecycleState lifecycleState, String name, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String compartmentId, String clusterId, List<MountPointDetails> mountPoints, List<VolumeDetails> volumes)Deprecated. -
Uses of DbnodeSnapshot.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbnodeSnapshot.LifecycleState Modifier and Type Method Description DbnodeSnapshot.LifecycleStateListDbnodeSnapshotsRequest. getLifecycleState()A filter to return only Exadata Database Snapshots that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type DbnodeSnapshot.LifecycleState Modifier and Type Method Description ListDbnodeSnapshotsRequest.BuilderListDbnodeSnapshotsRequest.Builder. lifecycleState(DbnodeSnapshot.LifecycleState lifecycleState)A filter to return only Exadata Database Snapshots that match the given lifecycle state exactly.
-