data class OntapVolumeTieringPolicyArgs(val coolingPeriod: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<OntapVolumeTieringPolicyArgs>
Specifies the tiering policy for the ONTAP volume for moving data to the capacity pool storage. Valid values are SNAPSHOT_ONLY, AUTO, ALL, NONE. Default value is SNAPSHOT_ONLY.