TieringPolicy Class

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.

Constructor

TieringPolicy()

Variables

Name Description
tieringMode
Union[str, <xref:"TieringMode">]

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

  1. TierRecommended: Tier all recovery points recommended to be tiered

  2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.

  3. DoNotTier: Do not tier any recovery points. Known values are: "Invalid", "TierRecommended", "TierAfter", and "DoNotTier".

duration
int

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

durationType
Union[str, <xref:"RetentionDurationType">]

Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter. Known values are: "Invalid", "Days", "Weeks", "Months", and "Years".

Attributes

duration

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

duration: int

durationType

days/weeks/months/years Used only if TieringMode is set to TierAfter. Known values are: "Invalid", "Days", "Weeks", "Months", and "Years".

durationType: str | RetentionDurationType

tieringMode

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

  1. TierRecommended: Tier all recovery points recommended to be tiered

  2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.

  3. DoNotTier: Do not tier any recovery points. Known values are: "Invalid", "TierRecommended", "TierAfter", and "DoNotTier".

tieringMode: str | TieringMode