PlanRuleCopyActionLifecycle

data class PlanRuleCopyActionLifecycle(val coldStorageAfter: Int? = null, val deleteAfter: Int? = null)

Constructors

Link copied to clipboard
constructor(coldStorageAfter: Int? = null, deleteAfter: Int? = 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.