Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbBackupConfig.AutoFullBackupDay
-
Packages that use DistributedDbBackupConfig.AutoFullBackupDay Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbBackupConfig.AutoFullBackupDay in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbBackupConfig.AutoFullBackupDay Modifier and Type Method Description static DistributedDbBackupConfig.AutoFullBackupDay
DistributedDbBackupConfig.AutoFullBackupDay. create(String key)
DistributedDbBackupConfig.AutoFullBackupDay
DistributedDbBackupConfig. getAutoFullBackupDay()
Day of the week the full backup should be applied on the database system.static DistributedDbBackupConfig.AutoFullBackupDay
DistributedDbBackupConfig.AutoFullBackupDay. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistributedDbBackupConfig.AutoFullBackupDay[]
DistributedDbBackupConfig.AutoFullBackupDay. 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.AutoFullBackupDay Modifier and Type Method Description DistributedDbBackupConfig.Builder
DistributedDbBackupConfig.Builder. autoFullBackupDay(DistributedDbBackupConfig.AutoFullBackupDay autoFullBackupDay)
Day of the week the full backup should be applied on the database system.Constructors in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupConfig.AutoFullBackupDay 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.
-