Management Policy Rule Actions Base Blob Args
data class ManagementPolicyRuleActionsBaseBlobArgs(val autoTierToHotFromCoolEnabled: Output<Boolean>? = null, val deleteAfterDaysSinceCreationGreaterThan: Output<Int>? = null, val deleteAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, val deleteAfterDaysSinceModificationGreaterThan: Output<Int>? = null, val tierToArchiveAfterDaysSinceCreationGreaterThan: Output<Int>? = null, val tierToArchiveAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Output<Int>? = null, val tierToArchiveAfterDaysSinceModificationGreaterThan: Output<Int>? = null, val tierToCoolAfterDaysSinceCreationGreaterThan: Output<Int>? = null, val tierToCoolAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, val tierToCoolAfterDaysSinceModificationGreaterThan: Output<Int>? = null) : ConvertibleToJava<ManagementPolicyRuleActionsBaseBlobArgs>
Constructors
Link copied to clipboard
fun ManagementPolicyRuleActionsBaseBlobArgs(autoTierToHotFromCoolEnabled: Output<Boolean>? = null, deleteAfterDaysSinceCreationGreaterThan: Output<Int>? = null, deleteAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, deleteAfterDaysSinceModificationGreaterThan: Output<Int>? = null, tierToArchiveAfterDaysSinceCreationGreaterThan: Output<Int>? = null, tierToArchiveAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Output<Int>? = null, tierToArchiveAfterDaysSinceModificationGreaterThan: Output<Int>? = null, tierToCoolAfterDaysSinceCreationGreaterThan: Output<Int>? = null, tierToCoolAfterDaysSinceLastAccessTimeGreaterThan: Output<Int>? = null, tierToCoolAfterDaysSinceModificationGreaterThan: Output<Int>? = null)