Uses of Class
com.oracle.bmc.database.model.PluggableDatabaseSnapshot.LifecycleState
-
Packages that use PluggableDatabaseSnapshot.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of PluggableDatabaseSnapshot.LifecycleState in com.oracle.bmc.database
-
Uses of PluggableDatabaseSnapshot.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PluggableDatabaseSnapshot.LifecycleState Modifier and Type Method Description static PluggableDatabaseSnapshot.LifecycleState
PluggableDatabaseSnapshot.LifecycleState. create(String key)
PluggableDatabaseSnapshot.LifecycleState
PluggableDatabaseSnapshot. getLifecycleState()
The current state of the Exadata Pluggable Database Snapshot.PluggableDatabaseSnapshot.LifecycleState
PluggableDatabaseSnapshotSummary. getLifecycleState()
The current state of the Exadata Pluggable Database Snapshot.static PluggableDatabaseSnapshot.LifecycleState
PluggableDatabaseSnapshot.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluggableDatabaseSnapshot.LifecycleState[]
PluggableDatabaseSnapshot.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 PluggableDatabaseSnapshot.LifecycleState Modifier and Type Method Description PluggableDatabaseSnapshot.Builder
PluggableDatabaseSnapshot.Builder. lifecycleState(PluggableDatabaseSnapshot.LifecycleState lifecycleState)
The current state of the Exadata Pluggable Database Snapshot.PluggableDatabaseSnapshotSummary.Builder
PluggableDatabaseSnapshotSummary.Builder. lifecycleState(PluggableDatabaseSnapshot.LifecycleState lifecycleState)
The current state of the Exadata Pluggable Database Snapshot.Constructors in com.oracle.bmc.database.model with parameters of type PluggableDatabaseSnapshot.LifecycleState Constructor Description PluggableDatabaseSnapshot(String id, PluggableDatabaseSnapshot.LifecycleState lifecycleState, String name, String pluggableDatabaseId, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String compartmentId, String clusterId)
Deprecated.PluggableDatabaseSnapshotSummary(String id, String pluggableDatabaseId, PluggableDatabaseSnapshot.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)
Deprecated. -
Uses of PluggableDatabaseSnapshot.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return PluggableDatabaseSnapshot.LifecycleState Modifier and Type Method Description PluggableDatabaseSnapshot.LifecycleState
ListPluggableDatabaseSnapshotsRequest. getLifecycleState()
A filter to return only Exadata Pluggable Database Snapshots that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type PluggableDatabaseSnapshot.LifecycleState Modifier and Type Method Description ListPluggableDatabaseSnapshotsRequest.Builder
ListPluggableDatabaseSnapshotsRequest.Builder. lifecycleState(PluggableDatabaseSnapshot.LifecycleState lifecycleState)
A filter to return only Exadata Pluggable Database Snapshots that match the given lifecycle state exactly.
-