EnterpriseSnapshotPolicyRetainRuleArgs

data class EnterpriseSnapshotPolicyRetainRuleArgs(val number: Output<Int>? = null, val timeInterval: Output<Int>? = null, val timeUnit: Output<String>? = null) : ConvertibleToJava<EnterpriseSnapshotPolicyRetainRuleArgs>

Constructors

Link copied to clipboard
constructor(number: Output<Int>? = null, timeInterval: Output<Int>? = null, timeUnit: Output<String>? = null)

Properties

Link copied to clipboard
val number: Output<Int>? = null

Retention based on counting method.

Link copied to clipboard
val timeInterval: Output<Int>? = null

Time unit.

Link copied to clipboard
val timeUnit: Output<String>? = null

Time-based retention.

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseSnapshotPolicyRetainRuleArgs