GetManagedDatabaseLongTermRetentionPolicy

data class GetManagedDatabaseLongTermRetentionPolicy(val immutableBackupsEnabled: Boolean, val monthlyRetention: String, val weekOfYear: Int, val weeklyRetention: String, val yearlyRetention: String)

Constructors

constructor(immutableBackupsEnabled: Boolean, monthlyRetention: String, weekOfYear: Int, weeklyRetention: String, yearlyRetention: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the backups are immutable.

Link copied to clipboard

The monthly retention policy for an LTR backup in an ISO 8601 format.

Link copied to clipboard

The weekly retention policy for an LTR backup in an ISO 8601 format.

Link copied to clipboard

The week of year to take the yearly backup.

Link copied to clipboard

The yearly retention policy for an LTR backup in an ISO 8601 format.