Uses of Class
com.oracle.bmc.database.model.DbBackupConfig.AutoFullBackupWindow
-
Packages that use DbBackupConfig.AutoFullBackupWindow Package Description com.oracle.bmc.database.model -
-
Uses of DbBackupConfig.AutoFullBackupWindow in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbBackupConfig.AutoFullBackupWindow Modifier and Type Method Description static DbBackupConfig.AutoFullBackupWindow
DbBackupConfig.AutoFullBackupWindow. create(String key)
DbBackupConfig.AutoFullBackupWindow
DbBackupConfig. getAutoFullBackupWindow()
Time window selected for initiating full backup for the database system.static DbBackupConfig.AutoFullBackupWindow
DbBackupConfig.AutoFullBackupWindow. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbBackupConfig.AutoFullBackupWindow[]
DbBackupConfig.AutoFullBackupWindow. 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.AutoFullBackupWindow Modifier and Type Method Description DbBackupConfig.Builder
DbBackupConfig.Builder. autoFullBackupWindow(DbBackupConfig.AutoFullBackupWindow autoFullBackupWindow)
Time window selected for initiating full backup for the database system.Constructors in com.oracle.bmc.database.model with parameters of type DbBackupConfig.AutoFullBackupWindow 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.
-