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
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