Get Database Instance Setting Backup Configuration
data class GetDatabaseInstanceSettingBackupConfiguration(val backupRetentionSettings: List<GetDatabaseInstanceSettingBackupConfigurationBackupRetentionSetting>, val binaryLogEnabled: Boolean, val enabled: Boolean, val location: String, val pointInTimeRecoveryEnabled: Boolean, val startTime: String, val transactionLogRetentionDays: Int)
Constructors
Link copied to clipboard
fun GetDatabaseInstanceSettingBackupConfiguration(backupRetentionSettings: List<GetDatabaseInstanceSettingBackupConfigurationBackupRetentionSetting>, binaryLogEnabled: Boolean, enabled: Boolean, location: String, pointInTimeRecoveryEnabled: Boolean, startTime: String, transactionLogRetentionDays: Int)