Plan Rule Copy Action Lifecycle
data class PlanRuleCopyActionLifecycle(val coldStorageAfter: Int? = null, val deleteAfter: Int? = null, val optInToArchiveForSupportedResources: Boolean? = null)
Properties
Link copied to clipboard
Specifies the number of days after creation that a recovery point is moved to cold storage.
Link copied to clipboard
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.