GetBackupShortTermRetentionPolicyResult

data class GetBackupShortTermRetentionPolicyResult(val id: String, val name: String, val retentionDays: Int? = null, val type: String)

A short term retention policy.

Constructors

Link copied to clipboard
constructor(id: String, name: String, retentionDays: Int? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val retentionDays: Int? = null

The backup retention period in days. This is how many days Point-in-Time Restore will be supported.

Link copied to clipboard

Resource type.