Skip to content

/AWS1/CL_BUPRESTOREJOBSLSTME00

Contains metadata about a restore job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accountid TYPE /AWS1/BUPACCOUNTID /AWS1/BUPACCOUNTID

The account ID that owns the restore job.

iv_restorejobid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

Uniquely identifies the job that restores a recovery point.

iv_recoverypointarn TYPE /AWS1/BUPARN /AWS1/BUPARN

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

iv_creationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

iv_completiondate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

iv_status TYPE /AWS1/BUPRESTOREJOBSTATUS /AWS1/BUPRESTOREJOBSTATUS

A status code specifying the state of the job initiated by Backup to restore a recovery point.

iv_statusmessage TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

A detailed message explaining the status of the job to restore a recovery point.

iv_percentdone TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

Contains an estimated percentage complete of a job at the time the job status was queried.

iv_backupsizeinbytes TYPE /AWS1/BUPLONG /AWS1/BUPLONG

The size, in bytes, of the restored resource.

iv_iamrolearn TYPE /AWS1/BUPIAMROLEARN /AWS1/BUPIAMROLEARN

The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

iv_expectedcompletiontimem00 TYPE /AWS1/BUPLONG /AWS1/BUPLONG

The amount of time in minutes that a job restoring a recovery point is expected to take.

iv_createdresourcearn TYPE /AWS1/BUPARN /AWS1/BUPARN

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

iv_resourcetype TYPE /AWS1/BUPRESOURCETYPE /AWS1/BUPRESOURCETYPE

The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.

iv_recoverypointcreationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The date on which a recovery point was created.

io_createdby TYPE REF TO /AWS1/CL_BUPRESTOREJOBCREATOR /AWS1/CL_BUPRESTOREJOBCREATOR

Contains identifying information about the creation of a restore job.

iv_validationstatus TYPE /AWS1/BUPRESTOREVALIDATIONSTAT /AWS1/BUPRESTOREVALIDATIONSTAT

The status of validation run on the indicated restore job.

iv_validationstatusmessage TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

This describes the status of validation run on the indicated restore job.

iv_deletionstatus TYPE /AWS1/BUPRESTOREDELETIONSTATUS /AWS1/BUPRESTOREDELETIONSTATUS

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

iv_deletionstatusmessage TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

This describes the restore job deletion status.


Queryable Attributes

AccountId

The account ID that owns the restore job.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

RestoreJobId

Uniquely identifies the job that restores a recovery point.

Accessible with the following methods

Method Description
GET_RESTOREJOBID() Getter for RESTOREJOBID, with configurable default
ASK_RESTOREJOBID() Getter for RESTOREJOBID w/ exceptions if field has no value
HAS_RESTOREJOBID() Determine if RESTOREJOBID has a value

RecoveryPointArn

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Accessible with the following methods

Method Description
GET_RECOVERYPOINTARN() Getter for RECOVERYPOINTARN, with configurable default
ASK_RECOVERYPOINTARN() Getter for RECOVERYPOINTARN w/ exceptions if field has no va
HAS_RECOVERYPOINTARN() Determine if RECOVERYPOINTARN has a value

CreationDate

The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

CompletionDate

The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Accessible with the following methods

Method Description
GET_COMPLETIONDATE() Getter for COMPLETIONDATE, with configurable default
ASK_COMPLETIONDATE() Getter for COMPLETIONDATE w/ exceptions if field has no valu
HAS_COMPLETIONDATE() Determine if COMPLETIONDATE has a value

Status

A status code specifying the state of the job initiated by Backup to restore a recovery point.

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

A detailed message explaining the status of the job to restore a recovery point.

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

PercentDone

Contains an estimated percentage complete of a job at the time the job status was queried.

Accessible with the following methods

Method Description
GET_PERCENTDONE() Getter for PERCENTDONE, with configurable default
ASK_PERCENTDONE() Getter for PERCENTDONE w/ exceptions if field has no value
HAS_PERCENTDONE() Determine if PERCENTDONE has a value

BackupSizeInBytes

The size, in bytes, of the restored resource.

Accessible with the following methods

Method Description
GET_BACKUPSIZEINBYTES() Getter for BACKUPSIZEINBYTES, with configurable default
ASK_BACKUPSIZEINBYTES() Getter for BACKUPSIZEINBYTES w/ exceptions if field has no v
HAS_BACKUPSIZEINBYTES() Determine if BACKUPSIZEINBYTES has a value

IamRoleArn

The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

Accessible with the following methods

Method Description
GET_IAMROLEARN() Getter for IAMROLEARN, with configurable default
ASK_IAMROLEARN() Getter for IAMROLEARN w/ exceptions if field has no value
HAS_IAMROLEARN() Determine if IAMROLEARN has a value

ExpectedCompletionTimeMinutes

The amount of time in minutes that a job restoring a recovery point is expected to take.

Accessible with the following methods

Method Description
GET_EXPECTEDCOMPLETIONTIME00() Getter for EXPECTEDCOMPLETIONTIMEMINS, with configurable def
ASK_EXPECTEDCOMPLETIONTIME00() Getter for EXPECTEDCOMPLETIONTIMEMINS w/ exceptions if field
HAS_EXPECTEDCOMPLETIONTIME00() Determine if EXPECTEDCOMPLETIONTIMEMINS has a value

CreatedResourceArn

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Accessible with the following methods

Method Description
GET_CREATEDRESOURCEARN() Getter for CREATEDRESOURCEARN, with configurable default
ASK_CREATEDRESOURCEARN() Getter for CREATEDRESOURCEARN w/ exceptions if field has no
HAS_CREATEDRESOURCEARN() Determine if CREATEDRESOURCEARN has a value

ResourceType

The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.

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

RecoveryPointCreationDate

The date on which a recovery point was created.

Accessible with the following methods

Method Description
GET_RECPOINTCREATIONDATE() Getter for RECOVERYPOINTCREATIONDATE, with configurable defa
ASK_RECPOINTCREATIONDATE() Getter for RECOVERYPOINTCREATIONDATE w/ exceptions if field
HAS_RECPOINTCREATIONDATE() Determine if RECOVERYPOINTCREATIONDATE has a value

CreatedBy

Contains identifying information about the creation of a restore job.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY

ValidationStatus

The status of validation run on the indicated restore job.

Accessible with the following methods

Method Description
GET_VALIDATIONSTATUS() Getter for VALIDATIONSTATUS, with configurable default
ASK_VALIDATIONSTATUS() Getter for VALIDATIONSTATUS w/ exceptions if field has no va
HAS_VALIDATIONSTATUS() Determine if VALIDATIONSTATUS has a value

ValidationStatusMessage

This describes the status of validation run on the indicated restore job.

Accessible with the following methods

Method Description
GET_VALIDATIONSTATUSMESSAGE() Getter for VALIDATIONSTATUSMESSAGE, with configurable defaul
ASK_VALIDATIONSTATUSMESSAGE() Getter for VALIDATIONSTATUSMESSAGE w/ exceptions if field ha
HAS_VALIDATIONSTATUSMESSAGE() Determine if VALIDATIONSTATUSMESSAGE has a value

DeletionStatus

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

Accessible with the following methods

Method Description
GET_DELETIONSTATUS() Getter for DELETIONSTATUS, with configurable default
ASK_DELETIONSTATUS() Getter for DELETIONSTATUS w/ exceptions if field has no valu
HAS_DELETIONSTATUS() Determine if DELETIONSTATUS has a value

DeletionStatusMessage

This describes the restore job deletion status.

Accessible with the following methods

Method Description
GET_DELETIONSTATUSMESSAGE() Getter for DELETIONSTATUSMESSAGE, with configurable default
ASK_DELETIONSTATUSMESSAGE() Getter for DELETIONSTATUSMESSAGE w/ exceptions if field has
HAS_DELETIONSTATUSMESSAGE() Determine if DELETIONSTATUSMESSAGE 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_RESTOREJOBSLIST

TYPES TT_RESTOREJOBSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRESTOREJOBSLSTME00 WITH DEFAULT KEY
.