Uses of Class
com.oracle.bmc.database.model.DbBackupConfig.AutoBackupWindow
-
Packages that use DbBackupConfig.AutoBackupWindow Package Description com.oracle.bmc.database.model -
-
Uses of DbBackupConfig.AutoBackupWindow in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbBackupConfig.AutoBackupWindow Modifier and Type Method Description static DbBackupConfig.AutoBackupWindow
DbBackupConfig.AutoBackupWindow. create(String key)
DbBackupConfig.AutoBackupWindow
DbBackupConfig. getAutoBackupWindow()
Time window selected for initiating automatic backup for the database system.static DbBackupConfig.AutoBackupWindow
DbBackupConfig.AutoBackupWindow. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbBackupConfig.AutoBackupWindow[]
DbBackupConfig.AutoBackupWindow. 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 DbBackupConfig.AutoBackupWindow Modifier and Type Method Description DbBackupConfig.Builder
DbBackupConfig.Builder. autoBackupWindow(DbBackupConfig.AutoBackupWindow autoBackupWindow)
Time window selected for initiating automatic backup for the database system.Constructors in com.oracle.bmc.database.model with parameters of type DbBackupConfig.AutoBackupWindow Constructor Description DbBackupConfig(Boolean autoBackupEnabled, Integer recoveryWindowInDays, DbBackupConfig.AutoBackupWindow autoBackupWindow, DbBackupConfig.AutoFullBackupWindow autoFullBackupWindow, DbBackupConfig.AutoFullBackupDay autoFullBackupDay, Boolean runImmediateFullBackup, List<BackupDestinationDetails> backupDestinationDetails, DbBackupConfig.BackupDeletionPolicy backupDeletionPolicy)
Deprecated.
-