| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
BackupRetentionSettings |
BackupRetentionSettings.clone() |
BackupRetentionSettings |
BackupConfiguration.getBackupRetentionSettings()
Backup retention settings.
|
BackupRetentionSettings |
BackupRetentionSettings.set(String fieldName,
Object value) |
BackupRetentionSettings |
BackupRetentionSettings.setRetainedBackups(Integer retainedBackups)
Depending on the value of retention_unit, this is used to determine if a backup needs to be
deleted.
|
BackupRetentionSettings |
BackupRetentionSettings.setRetentionUnit(String retentionUnit)
The unit that 'retained_backups' represents.
|
| Modifier and Type | Method and Description |
|---|---|
BackupConfiguration |
BackupConfiguration.setBackupRetentionSettings(BackupRetentionSettings backupRetentionSettings)
Backup retention settings.
|
Copyright © 2011–2023 Google. All rights reserved.