GetManagedInstanceLongTermRetentionPolicyResult

data class GetManagedInstanceLongTermRetentionPolicyResult(val id: String, val monthlyRetention: String? = null, val name: String, val type: String, val weekOfYear: Int? = null, val weeklyRetention: String? = null, val yearlyRetention: String? = null)

A long term retention policy.

Constructors

constructor(id: String, monthlyRetention: String? = null, name: String, type: String, weekOfYear: Int? = null, weeklyRetention: String? = null, yearlyRetention: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

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

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type.

Link copied to clipboard
val weeklyRetention: String? = null

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

Link copied to clipboard
val weekOfYear: Int? = null

The week of year to take the yearly backup in an ISO 8601 format.

Link copied to clipboard
val yearlyRetention: String? = null

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