PitPolicyRule

A rule in the Point in Time (PIT) policy representing when to take snapshots and how long to retain them for.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The duration to retain a snapshot for, in the chosen units.

Link copied to clipboard

The ID of the rule.

Link copied to clipboard

The units used to measure the interval and retentionDuration.

Functions

Link copied to clipboard
inline fun copy(block: PitPolicyRule.Builder.() -> Unit = {}): PitPolicyRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String