Management Policy Rule Actions Base Blob
data class ManagementPolicyRuleActionsBaseBlob(val autoTierToHotFromCoolEnabled: Boolean? = null, val deleteAfterDaysSinceCreationGreaterThan: Int? = null, val deleteAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, val deleteAfterDaysSinceModificationGreaterThan: Int? = null, val tierToArchiveAfterDaysSinceCreationGreaterThan: Int? = null, val tierToArchiveAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int? = null, val tierToArchiveAfterDaysSinceModificationGreaterThan: Int? = null, val tierToColdAfterDaysSinceCreationGreaterThan: Int? = null, val tierToColdAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, val tierToColdAfterDaysSinceModificationGreaterThan: Int? = null, val tierToCoolAfterDaysSinceCreationGreaterThan: Int? = null, val tierToCoolAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, val tierToCoolAfterDaysSinceModificationGreaterThan: Int? = null)
Constructors
Link copied to clipboard
fun ManagementPolicyRuleActionsBaseBlob(autoTierToHotFromCoolEnabled: Boolean? = null, deleteAfterDaysSinceCreationGreaterThan: Int? = null, deleteAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, deleteAfterDaysSinceModificationGreaterThan: Int? = null, tierToArchiveAfterDaysSinceCreationGreaterThan: Int? = null, tierToArchiveAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int? = null, tierToArchiveAfterDaysSinceModificationGreaterThan: Int? = null, tierToColdAfterDaysSinceCreationGreaterThan: Int? = null, tierToColdAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, tierToColdAfterDaysSinceModificationGreaterThan: Int? = null, tierToCoolAfterDaysSinceCreationGreaterThan: Int? = null, tierToCoolAfterDaysSinceLastAccessTimeGreaterThan: Int? = null, tierToCoolAfterDaysSinceModificationGreaterThan: Int? = null)