ReplicationConfigurationTemplatePitPolicy

data class ReplicationConfigurationTemplatePitPolicy(val enabled: Boolean? = null, val interval: Int, val retentionDuration: Int, val ruleId: Int? = null, val units: String)

Constructors

constructor(enabled: Boolean? = null, interval: Int, retentionDuration: Int, ruleId: Int? = null, units: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether this rule is enabled or not.

Link copied to clipboard

How often, in the chosen units, a snapshot should be taken.

Link copied to clipboard

Duration to retain a snapshot for, in the chosen units.

Link copied to clipboard
val ruleId: Int? = null

ID of the rule. Valid values are integers.

Link copied to clipboard

Units used to measure the interval and retention_duration. Valid values are MINUTE, HOUR, and DAY.