TieringPolicyArgs

data class TieringPolicyArgs(val duration: Output<Int>? = null, val durationType: Output<Either<String, RetentionDurationType>>? = null, val tieringMode: Output<Either<String, TieringMode>>? = null) : ConvertibleToJava<TieringPolicyArgs>

Tiering Policy for a target tier. If the policy is not specified for a given target tier, service retains the existing configured tiering policy for that tier

Constructors

Link copied to clipboard
constructor(duration: Output<Int>? = null, durationType: Output<Either<String, RetentionDurationType>>? = null, tieringMode: Output<Either<String, TieringMode>>? = null)

Properties

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

Number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter

Link copied to clipboard
val durationType: Output<Either<String, RetentionDurationType>>? = null

Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter

Link copied to clipboard
val tieringMode: Output<Either<String, TieringMode>>? = null

Tiering Mode to control automatic tiering of recovery points. Supported values are:

Functions

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