EnterpriseSnapshotPolicySpecialRetainRulesRule

data class EnterpriseSnapshotPolicySpecialRetainRulesRule(val specialPeriodUnit: String? = null, val timeInterval: Int? = null, val timeUnit: String? = null)

Constructors

constructor(specialPeriodUnit: String? = null, timeInterval: Int? = null, timeUnit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cycle unit of the special reserved snapshot. If the value is set to WEEKS, the first snapshot of each week is reserved. The retention time is determined by TimeUnit and TimeInterval. The value range is:

Link copied to clipboard
val timeInterval: Int? = null
Link copied to clipboard
val timeUnit: String? = null