Ontap Volume Tiering Policy Args
data class OntapVolumeTieringPolicyArgs(val coolingPeriod: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<OntapVolumeTieringPolicyArgs>
Properties
Link copied to clipboard
Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with AUTO
and SNAPSHOT_ONLY
tiering policies only. Valid values are whole numbers between 2 and 183. Default values are 31 days for AUTO
and 2 days for SNAPSHOT_ONLY
.