/AWS1/CL_BUPRESTOREACCBACKUP00¶
Contains information about a restore access backup vault.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_restoreaccbackupvaultarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The ARN of the restore access backup vault.
iv_creationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the restore access backup vault was created.
iv_approvaldate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time when the restore access backup vault was approved.
iv_vaultstate
TYPE /AWS1/BUPVAULTSTATE
/AWS1/BUPVAULTSTATE
¶
The current state of the restore access backup vault.
io_latestrevokerequest
TYPE REF TO /AWS1/CL_BUPLATESTREVOKEREQ
/AWS1/CL_BUPLATESTREVOKEREQ
¶
Information about the latest request to revoke access to this backup vault.
Queryable Attributes¶
RestoreAccessBackupVaultArn¶
The ARN of the restore access backup vault.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESTOREACCBACKUPVAULTARN() |
Getter for RESTOREACCESSBACKUPVAULTARN, with configurable de |
ASK_RESTOREACCBACKUPVAULTARN() |
Getter for RESTOREACCESSBACKUPVAULTARN w/ exceptions if fiel |
HAS_RESTOREACCBACKUPVAULTARN() |
Determine if RESTOREACCESSBACKUPVAULTARN has a value |
CreationDate¶
The date and time when the restore access backup vault was created.
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 |
ApprovalDate¶
The date and time when the restore access backup vault was approved.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPROVALDATE() |
Getter for APPROVALDATE, with configurable default |
ASK_APPROVALDATE() |
Getter for APPROVALDATE w/ exceptions if field has no value |
HAS_APPROVALDATE() |
Determine if APPROVALDATE has a value |
VaultState¶
The current state of the restore access backup vault.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VAULTSTATE() |
Getter for VAULTSTATE, with configurable default |
ASK_VAULTSTATE() |
Getter for VAULTSTATE w/ exceptions if field has no value |
HAS_VAULTSTATE() |
Determine if VAULTSTATE has a value |
LatestRevokeRequest¶
Information about the latest request to revoke access to this backup vault.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LATESTREVOKEREQUEST() |
Getter for LATESTREVOKEREQUEST |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESTOREACCBACKUPVAULTLIST
¶
TYPES TT_RESTOREACCBACKUPVAULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRESTOREACCBACKUP00 WITH DEFAULT KEY
.