Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbBackupConfig.AutoBackupWindow |
DbBackupConfig.AutoBackupWindow.create(String key) |
DbBackupConfig.AutoBackupWindow |
DbBackupConfig.getAutoBackupWindow()
Time window selected for initiating automatic backup for the database system.
|
static DbBackupConfig.AutoBackupWindow |
DbBackupConfig.AutoBackupWindow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbBackupConfig.AutoBackupWindow[] |
DbBackupConfig.AutoBackupWindow.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.autoBackupWindow(DbBackupConfig.AutoBackupWindow autoBackupWindow)
Time window selected for initiating automatic 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.