/AWS1/CL_BUPGETBACKUPSELIONOUT¶
GetBackupSelectionOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_backupselection TYPE REF TO /AWS1/CL_BUPBACKUPSELECTION /AWS1/CL_BUPBACKUPSELECTION¶
Specifies the body of a request to assign a set of resources to a backup plan.
iv_selectionid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
iv_backupplanid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
Uniquely identifies a backup plan.
iv_creationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_creatorrequestid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
Queryable Attributes¶
BackupSelection¶
Specifies the body of a request to assign a set of resources to a backup plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPSELECTION() |
Getter for BACKUPSELECTION |
SelectionId¶
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTIONID() |
Getter for SELECTIONID, with configurable default |
ASK_SELECTIONID() |
Getter for SELECTIONID w/ exceptions if field has no value |
HAS_SELECTIONID() |
Determine if SELECTIONID has a value |
BackupPlanId¶
Uniquely identifies a backup plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPPLANID() |
Getter for BACKUPPLANID, with configurable default |
ASK_BACKUPPLANID() |
Getter for BACKUPPLANID w/ exceptions if field has no value |
HAS_BACKUPPLANID() |
Determine if BACKUPPLANID has a value |
CreationDate¶
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis 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 |
CreatorRequestId¶
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATORREQUESTID() |
Getter for CREATORREQUESTID, with configurable default |
ASK_CREATORREQUESTID() |
Getter for CREATORREQUESTID w/ exceptions if field has no va |
HAS_CREATORREQUESTID() |
Determine if CREATORREQUESTID has a value |