LongTermRetentionPolicy Class
A long term retention policy.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
LongTermRetentionPolicy(*, weekly_retention: str | None = None, monthly_retention: str | None = None, yearly_retention: str | None = None, week_of_year: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
weekly_retention
Required
|
The weekly retention policy for an LTR backup in an ISO 8601 format. |
monthly_retention
Required
|
The monthly retention policy for an LTR backup in an ISO 8601 format. |
yearly_retention
Required
|
The yearly retention policy for an LTR backup in an ISO 8601 format. |
week_of_year
Required
|
The week of year to take the yearly backup in an ISO 8601 format. |
Keyword-Only Parameters
Name | Description |
---|---|
weekly_retention
|
Default value: None
|
monthly_retention
|
Default value: None
|
yearly_retention
|
Default value: None
|
week_of_year
|
Default value: None
|