OntapVolumeTieringPolicy

data class OntapVolumeTieringPolicy(val coolingPeriod: Int? = null, val name: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coolingPeriod: 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: 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.