Skip to content

/AWS1/CL_BURSRCHJOBBACKUPSRSLT

This contains the information about recovery points returned in results of a search job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/BURSEARCHJOBSTATE /AWS1/BURSEARCHJOBSTATE

This is the status of the search job backup result.

iv_statusmessage TYPE /AWS1/BURSTRING /AWS1/BURSTRING

This is the status message included with the results.

iv_resourcetype TYPE /AWS1/BURRESOURCETYPE /AWS1/BURRESOURCETYPE

This is the resource type of the search.

iv_backupresourcearn TYPE /AWS1/BURSTRING /AWS1/BURSTRING

The Amazon Resource Name (ARN) that uniquely identifies the backup resources.

iv_sourceresourcearn TYPE /AWS1/BURSTRING /AWS1/BURSTRING

The Amazon Resource Name (ARN) that uniquely identifies the source resources.

iv_indexcreationtime TYPE /AWS1/BURTIMESTAMP /AWS1/BURTIMESTAMP

This is the creation time of the backup index.

iv_backupcreationtime TYPE /AWS1/BURTIMESTAMP /AWS1/BURTIMESTAMP

This is the creation time of the backup (recovery point).


Queryable Attributes

Status

This is the status of the search job backup result.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

StatusMessage

This is the status message included with the results.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

ResourceType

This is the resource type of the search.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

BackupResourceArn

The Amazon Resource Name (ARN) that uniquely identifies the backup resources.

Accessible with the following methods

Method Description
GET_BACKUPRESOURCEARN() Getter for BACKUPRESOURCEARN, with configurable default
ASK_BACKUPRESOURCEARN() Getter for BACKUPRESOURCEARN w/ exceptions if field has no v
HAS_BACKUPRESOURCEARN() Determine if BACKUPRESOURCEARN has a value

SourceResourceArn

The Amazon Resource Name (ARN) that uniquely identifies the source resources.

Accessible with the following methods

Method Description
GET_SOURCERESOURCEARN() Getter for SOURCERESOURCEARN, with configurable default
ASK_SOURCERESOURCEARN() Getter for SOURCERESOURCEARN w/ exceptions if field has no v
HAS_SOURCERESOURCEARN() Determine if SOURCERESOURCEARN has a value

IndexCreationTime

This is the creation time of the backup index.

Accessible with the following methods

Method Description
GET_INDEXCREATIONTIME() Getter for INDEXCREATIONTIME, with configurable default
ASK_INDEXCREATIONTIME() Getter for INDEXCREATIONTIME w/ exceptions if field has no v
HAS_INDEXCREATIONTIME() Determine if INDEXCREATIONTIME has a value

BackupCreationTime

This is the creation time of the backup (recovery point).

Accessible with the following methods

Method Description
GET_BACKUPCREATIONTIME() Getter for BACKUPCREATIONTIME, with configurable default
ASK_BACKUPCREATIONTIME() Getter for BACKUPCREATIONTIME w/ exceptions if field has no
HAS_BACKUPCREATIONTIME() Determine if BACKUPCREATIONTIME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SEARCHJOBBACKUPSRESULTS

TYPES TT_SEARCHJOBBACKUPSRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BURSRCHJOBBACKUPSRSLT WITH DEFAULT KEY
.