Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDbBackupDestination
-
Packages that use DistributedDbBackupDestination Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDbBackupDestination in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDbBackupDestination Modifier and Type Method Description DistributedDbBackupDestination
DistributedDbBackupDestination.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model that return types with arguments of type DistributedDbBackupDestination Modifier and Type Method Description List<DistributedDbBackupDestination>
DistributedDbBackupConfig. getBackupDestinationDetails()
Backup destination details.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDbBackupDestination Modifier and Type Method Description DistributedDbBackupDestination.Builder
DistributedDbBackupDestination.Builder. copy(DistributedDbBackupDestination model)
Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDbBackupDestination Modifier and Type Method Description DistributedDbBackupConfig.Builder
DistributedDbBackupConfig.Builder. backupDestinationDetails(List<DistributedDbBackupDestination> backupDestinationDetails)
Backup destination details.Constructor parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDbBackupDestination 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.
-