Uses of Class
com.oracle.bmc.database.model.DatabaseSoftwareImage.ImageShapeFamily
-
Packages that use DatabaseSoftwareImage.ImageShapeFamily Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseSoftwareImage.ImageShapeFamily in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseSoftwareImage.ImageShapeFamily Modifier and Type Method Description static DatabaseSoftwareImage.ImageShapeFamily
DatabaseSoftwareImage.ImageShapeFamily. create(String key)
DatabaseSoftwareImage.ImageShapeFamily
DatabaseSoftwareImage. getImageShapeFamily()
To what shape the image is meant for.static DatabaseSoftwareImage.ImageShapeFamily
DatabaseSoftwareImage.ImageShapeFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseSoftwareImage.ImageShapeFamily[]
DatabaseSoftwareImage.ImageShapeFamily. 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.ImageShapeFamily Modifier and Type Method Description DatabaseSoftwareImage.Builder
DatabaseSoftwareImage.Builder. imageShapeFamily(DatabaseSoftwareImage.ImageShapeFamily imageShapeFamily)
To what shape the image is meant for.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseSoftwareImage.ImageShapeFamily 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.
-