Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DbBackupConfig.Builder |
DbBackupConfig.Builder.autoFullBackupWindow(DbBackupConfig.AutoFullBackupWindow autoFullBackupWindow)
Time window selected for initiating full backup for the database system.
|
Constructor and Description |
---|
DbBackupConfig(Boolean autoBackupEnabled,
Integer recoveryWindowInDays,
DbBackupConfig.AutoBackupWindow autoBackupWindow,
DbBackupConfig.AutoFullBackupWindow autoFullBackupWindow,
DbBackupConfig.AutoFullBackupDay autoFullBackupDay,
Boolean runImmediateFullBackup,
List<BackupDestinationDetails> backupDestinationDetails,
DbBackupConfig.BackupDeletionPolicy backupDeletionPolicy)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.