Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbBackupConfig.AutoBackupWindow
-
Packages that use DistributedDbBackupConfig.AutoBackupWindow Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbBackupConfig.AutoBackupWindow in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbBackupConfig.AutoBackupWindow Modifier and Type Method Description static DistributedDbBackupConfig.AutoBackupWindow
DistributedDbBackupConfig.AutoBackupWindow. create(String key)
DistributedDbBackupConfig.AutoBackupWindow
DistributedDbBackupConfig. getAutoBackupWindow()
Time window selected for initiating automatic backup for the database system.static DistributedDbBackupConfig.AutoBackupWindow
DistributedDbBackupConfig.AutoBackupWindow. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDbBackupConfig.AutoBackupWindow[]
DistributedDbBackupConfig.AutoBackupWindow. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupConfig.AutoBackupWindow Modifier and Type Method Description DistributedDbBackupConfig.Builder
DistributedDbBackupConfig.Builder. autoBackupWindow(DistributedDbBackupConfig.AutoBackupWindow autoBackupWindow)
Time window selected for initiating automatic backup for the database system.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupConfig.AutoBackupWindow Constructor Description DistributedDbBackupConfig(Boolean isAutoBackupEnabled, Integer recoveryWindowInDays, DistributedDbBackupConfig.AutoBackupWindow autoBackupWindow, DistributedDbBackupConfig.AutoFullBackupWindow autoFullBackupWindow, DistributedDbBackupConfig.AutoFullBackupDay autoFullBackupDay, Boolean canRunImmediateFullBackup, Boolean isRemoteBackupEnabled, String remoteRegion, List<DistributedDbBackupDestination> backupDestinationDetails, DistributedDbBackupConfig.BackupDeletionPolicy backupDeletionPolicy)
Deprecated.
-