OntapVolumeTieringPolicyArgs

data class OntapVolumeTieringPolicyArgs(val coolingPeriod: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<OntapVolumeTieringPolicyArgs>

Constructors

Link copied to clipboard
constructor(coolingPeriod: Output<Int>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val coolingPeriod: Output<Int>? = null

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.

Link copied to clipboard
val name: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): OntapVolumeTieringPolicyArgs