Uses of Class
com.oracle.bmc.database.model.Backup.DatabaseEdition
-
Packages that use Backup.DatabaseEdition Package Description com.oracle.bmc.database.model -
-
Uses of Backup.DatabaseEdition in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Backup.DatabaseEdition Modifier and Type Method Description static Backup.DatabaseEdition
Backup.DatabaseEdition. create(String key)
Backup.DatabaseEdition
Backup. getDatabaseEdition()
The Oracle Database edition of the DB system from which the database backup was taken.static Backup.DatabaseEdition
Backup.DatabaseEdition. valueOf(String name)
Returns the enum constant of this type with the specified name.static Backup.DatabaseEdition[]
Backup.DatabaseEdition. 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 Backup.DatabaseEdition Modifier and Type Method Description Backup.Builder
Backup.Builder. databaseEdition(Backup.DatabaseEdition databaseEdition)
The Oracle Database edition of the DB system from which the database backup was taken.Constructors in com.oracle.bmc.database.model with parameters of type Backup.DatabaseEdition Constructor Description Backup(String id, String compartmentId, String databaseId, String displayName, Backup.Type type, Date timeStarted, Date timeEnded, String lifecycleDetails, String availabilityDomain, Backup.LifecycleState lifecycleState, Backup.DatabaseEdition databaseEdition, Double databaseSizeInGBs, String shape, String version, String kmsKeyId, String kmsKeyVersionId, String vaultId, String keyStoreId, String keyStoreWalletName, List<String> secondaryKmsKeyIds, Integer retentionPeriodInDays, Integer retentionPeriodInYears, Date timeExpiryScheduled, Boolean isUsingOracleManagedKeys, Backup.BackupDestinationType backupDestinationType, EncryptionKeyLocationDetails encryptionKeyLocationDetails)
Deprecated.
-