Management Policy Rule Actions Snapshot Args
data class ManagementPolicyRuleActionsSnapshotArgs(val changeTierToArchiveAfterDaysSinceCreation: Output<Int>? = null, val changeTierToCoolAfterDaysSinceCreation: Output<Int>? = null, val deleteAfterDaysSinceCreationGreaterThan: Output<Int>? = null, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Output<Int>? = null, val tierToColdAfterDaysSinceCreationGreaterThan: Output<Int>? = null) : ConvertibleToJava<ManagementPolicyRuleActionsSnapshotArgs>
Constructors
Link copied to clipboard
constructor(changeTierToArchiveAfterDaysSinceCreation: Output<Int>? = null, changeTierToCoolAfterDaysSinceCreation: Output<Int>? = null, deleteAfterDaysSinceCreationGreaterThan: Output<Int>? = null, tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Output<Int>? = null, tierToColdAfterDaysSinceCreationGreaterThan: Output<Int>? = null)
Properties
Link copied to clipboard
The age in days after creation to tier blob snapshot to archive storage. Must be between 0
and 99999
. Defaults to -1
.
Link copied to clipboard
The age in days after creation to tier blob snapshot to cool storage. Must be between 0
and 99999
. Defaults to -1
.
Link copied to clipboard
The age in days after creation to delete the blob snapshot. Must be between 0
and 99999
. Defaults to -1
.
Link copied to clipboard
The age in days after last tier change to the blobs to skip to be archved. Must be between 0
and 99999
. Defaults to -1
.
Link copied to clipboard
The age in days after creation to cold storage. Supports blob currently at Hot tier. Must be between 0
and 99999
. Defaults to -1
.