Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbBackupConfig.AutoFullBackupDay |
DbBackupConfig.AutoFullBackupDay.create(String key) |
DbBackupConfig.AutoFullBackupDay |
DbBackupConfig.getAutoFullBackupDay()
Day of the week the full backup should be applied on the database system.
|
static DbBackupConfig.AutoFullBackupDay |
DbBackupConfig.AutoFullBackupDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbBackupConfig.AutoFullBackupDay[] |
DbBackupConfig.AutoFullBackupDay.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.autoFullBackupDay(DbBackupConfig.AutoFullBackupDay autoFullBackupDay)
Day of the week the full backup should be applied on 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.