Skip to content

/AWS1/CL_BUPCALCULATEDLC

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_movetocoldstorageat TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

A timestamp that specifies when to transition a recovery point to cold storage.

iv_deleteat TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

A timestamp that specifies when to delete a recovery point.


Queryable Attributes

MoveToColdStorageAt

A timestamp that specifies when to transition a recovery point to cold storage.

Accessible with the following methods

Method Description
GET_MOVETOCOLDSTORAGEAT() Getter for MOVETOCOLDSTORAGEAT, with configurable default
ASK_MOVETOCOLDSTORAGEAT() Getter for MOVETOCOLDSTORAGEAT w/ exceptions if field has no
HAS_MOVETOCOLDSTORAGEAT() Determine if MOVETOCOLDSTORAGEAT has a value

DeleteAt

A timestamp that specifies when to delete a recovery point.

Accessible with the following methods

Method Description
GET_DELETEAT() Getter for DELETEAT, with configurable default
ASK_DELETEAT() Getter for DELETEAT w/ exceptions if field has no value
HAS_DELETEAT() Determine if DELETEAT has a value