VolumeTieringPolicy

data class VolumeTieringPolicy(val coolingThresholdDays: Int? = null, val tierAction: String? = null)

Constructors

Link copied to clipboard
constructor(coolingThresholdDays: Int? = null, tierAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Time in days to mark the volume's data block as cold and make it eligible for tiering, can be range from 7-183. Default is 31.

Link copied to clipboard
val tierAction: String? = null

Optional. Flag indicating if the volume has tiering policy enable/pause. Default is PAUSED. Default value is PAUSED. Possible values are: ENABLED, PAUSED.