PolicyVMTieringPolicyArchivedRestorePoint

data class PolicyVMTieringPolicyArchivedRestorePoint(val duration: Int? = null, val durationType: String? = null, val mode: String)

Constructors

constructor(duration: Int? = null, durationType: String? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: Int? = null

The number of days/weeks/months/years to retain backups in current tier before tiering.

Link copied to clipboard
val durationType: String? = null

The retention duration type. Possible values are Days, Weeks, Months and Years.

Link copied to clipboard

The tiering mode to control automatic tiering of recovery points. Possible values are TierAfter and TierRecommended.