PlanRuleLifecycle

data class PlanRuleLifecycle(val coldStorageAfter: Int? = null, val deleteAfter: Int? = null, val optInToArchiveForSupportedResources: Boolean? = null)

Constructors

Link copied to clipboard
constructor(coldStorageAfter: Int? = null, deleteAfter: Int? = null, optInToArchiveForSupportedResources: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coldStorageAfter: Int? = null

Specifies the number of days after creation that a recovery point is moved to cold storage.

Link copied to clipboard
val deleteAfter: Int? = null

Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than cold_storage_after.

Link copied to clipboard

This setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.