Skip to content

/AWS1/CL_BUPRECPOINTSELECTION

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_vaultnames TYPE /AWS1/CL_BUPVAULTNAMES_W=>TT_VAULTNAMES TT_VAULTNAMES

These are the names of the vaults in which the selected recovery points are contained.

it_resourceidentifiers TYPE /AWS1/CL_BUPRESOURCEIDS_W=>TT_RESOURCEIDENTIFIERS TT_RESOURCEIDENTIFIERS

These are the resources included in the resource selection (including type of resources and vaults).

io_daterange TYPE REF TO /AWS1/CL_BUPDATERANGE /AWS1/CL_BUPDATERANGE

This is a resource filter containing FromDate: DateTime and ToDate: DateTime. Both values are required. Future DateTime values are not permitted.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds ((milliseconds are optional). For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.


Queryable Attributes

VaultNames

These are the names of the vaults in which the selected recovery points are contained.

Accessible with the following methods

Method Description
GET_VAULTNAMES() Getter for VAULTNAMES, with configurable default
ASK_VAULTNAMES() Getter for VAULTNAMES w/ exceptions if field has no value
HAS_VAULTNAMES() Determine if VAULTNAMES has a value

ResourceIdentifiers

These are the resources included in the resource selection (including type of resources and vaults).

Accessible with the following methods

Method Description
GET_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS, with configurable default
ASK_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS w/ exceptions if field has no
HAS_RESOURCEIDENTIFIERS() Determine if RESOURCEIDENTIFIERS has a value

DateRange

This is a resource filter containing FromDate: DateTime and ToDate: DateTime. Both values are required. Future DateTime values are not permitted.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds ((milliseconds are optional). For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Accessible with the following methods

Method Description
GET_DATERANGE() Getter for DATERANGE