/AWS1/CL_BUPRECPOINTMEMBER¶
This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_recoverypointarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
iv_resourcearn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
iv_resourcetype
TYPE /AWS1/BUPRESOURCETYPE
/AWS1/BUPRESOURCETYPE
¶
The Amazon Web Services resource type that is saved as a recovery point.
iv_backupvaultname
TYPE /AWS1/BUPBACKUPVAULTNAME
/AWS1/BUPBACKUPVAULTNAME
¶
The name of the backup vault (the logical container in which backups are stored).
Queryable Attributes¶
RecoveryPointArn¶
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
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 |
ResourceArn¶
The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
The Amazon Web Services resource type that is saved as a recovery point.
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 |
BackupVaultName¶
The name of the backup vault (the logical container in which backups are stored).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME, with configurable default |
ASK_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME w/ exceptions if field has no val |
HAS_BACKUPVAULTNAME() |
Determine if BACKUPVAULTNAME 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_RECOVERYPOINTSLIST
¶
TYPES TT_RECOVERYPOINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPRECPOINTMEMBER WITH DEFAULT KEY
.