Uses of Class
com.oracle.bmc.database.model.AutonomousDatabaseSoftwareImage.LifecycleState
-
Packages that use AutonomousDatabaseSoftwareImage.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of AutonomousDatabaseSoftwareImage.LifecycleState in com.oracle.bmc.database
-
Uses of AutonomousDatabaseSoftwareImage.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousDatabaseSoftwareImage.LifecycleState Modifier and Type Method Description static AutonomousDatabaseSoftwareImage.LifecycleState
AutonomousDatabaseSoftwareImage.LifecycleState. create(String key)
AutonomousDatabaseSoftwareImage.LifecycleState
AutonomousDatabaseSoftwareImage. getLifecycleState()
The current state of the Autonomous Database Software Image.AutonomousDatabaseSoftwareImage.LifecycleState
AutonomousDatabaseSoftwareImageSummary. getLifecycleState()
The current state of the Autonomous Database Software Image.static AutonomousDatabaseSoftwareImage.LifecycleState
AutonomousDatabaseSoftwareImage.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabaseSoftwareImage.LifecycleState[]
AutonomousDatabaseSoftwareImage.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 AutonomousDatabaseSoftwareImage.LifecycleState Modifier and Type Method Description AutonomousDatabaseSoftwareImage.Builder
AutonomousDatabaseSoftwareImage.Builder. lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.AutonomousDatabaseSoftwareImageSummary.Builder
AutonomousDatabaseSoftwareImageSummary.Builder. lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the Autonomous Database Software Image.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousDatabaseSoftwareImage.LifecycleState Constructor Description AutonomousDatabaseSoftwareImage(String id, String compartmentId, String databaseVersion, String displayName, AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String releaseUpdate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> autonomousDsiOneOffPatches, AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily, String dstFileVersion)
Deprecated.AutonomousDatabaseSoftwareImageSummary(String id, String compartmentId, String databaseVersion, String displayName, AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String releaseUpdate, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> autonomousDsiOneOffPatches, AutonomousDatabaseSoftwareImage.ImageShapeFamily imageShapeFamily, String dstFileVersion)
Deprecated. -
Uses of AutonomousDatabaseSoftwareImage.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return AutonomousDatabaseSoftwareImage.LifecycleState Modifier and Type Method Description AutonomousDatabaseSoftwareImage.LifecycleState
ListAutonomousDatabaseSoftwareImagesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type AutonomousDatabaseSoftwareImage.LifecycleState Modifier and Type Method Description ListAutonomousDatabaseSoftwareImagesRequest.Builder
ListAutonomousDatabaseSoftwareImagesRequest.Builder. lifecycleState(AutonomousDatabaseSoftwareImage.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-