Uses of Class
com.oracle.bmc.database.model.DatabaseSoftwareImage.LifecycleState
-
Packages that use DatabaseSoftwareImage.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DatabaseSoftwareImage.LifecycleState in com.oracle.bmc.database
-
Uses of DatabaseSoftwareImage.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseSoftwareImage.LifecycleState Modifier and Type Method Description static DatabaseSoftwareImage.LifecycleState
DatabaseSoftwareImage.LifecycleState. create(String key)
DatabaseSoftwareImage.LifecycleState
DatabaseSoftwareImage. getLifecycleState()
The current state of the database software image.static DatabaseSoftwareImage.LifecycleState
DatabaseSoftwareImage.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseSoftwareImage.LifecycleState[]
DatabaseSoftwareImage.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 DatabaseSoftwareImage.LifecycleState Modifier and Type Method Description DatabaseSoftwareImage.Builder
DatabaseSoftwareImage.Builder. lifecycleState(DatabaseSoftwareImage.LifecycleState lifecycleState)
The current state of the database software image.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseSoftwareImage.LifecycleState Constructor Description DatabaseSoftwareImage(String id, String compartmentId, String databaseVersion, String displayName, DatabaseSoftwareImage.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, DatabaseSoftwareImage.ImageType imageType, DatabaseSoftwareImage.ImageShapeFamily imageShapeFamily, String patchSet, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> databaseSoftwareImageIncludedPatches, String includedPatchesSummary, List<String> databaseSoftwareImageOneOffPatches, String lsInventory, Boolean isUpgradeSupported)
Deprecated.
-