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
|
Tiering Mode to control automatic tiering of recovery points. Supported values are:
|
|
duration
|
Number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter. |
|
durationType
|
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:
TierRecommended: Tier all recovery points recommended to be tiered
TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
DoNotTier: Do not tier any recovery points. Known values are: "Invalid", "TierRecommended", "TierAfter", and "DoNotTier".
tieringMode: str | TieringMode