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