/AWS1/CL_LSAEXPORTSNAPRECORD¶
Describes an export snapshot record.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/LSARESOURCENAME /AWS1/LSARESOURCENAME¶
The export snapshot record name.
iv_arn TYPE /AWS1/LSANONEMPTYSTRING /AWS1/LSANONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the export snapshot record.
iv_createdat TYPE /AWS1/LSAISODATE /AWS1/LSAISODATE¶
The date when the export snapshot record was created.
io_location TYPE REF TO /AWS1/CL_LSARESOURCELOCATION /AWS1/CL_LSARESOURCELOCATION¶
The AWS Region and Availability Zone where the export snapshot record is located.
iv_resourcetype TYPE /AWS1/LSARESOURCETYPE /AWS1/LSARESOURCETYPE¶
The Lightsail resource type (
ExportSnapshotRecord).
iv_state TYPE /AWS1/LSARECORDSTATE /AWS1/LSARECORDSTATE¶
The state of the export snapshot record.
io_sourceinfo TYPE REF TO /AWS1/CL_LSAEXPNAPRECSRCINFO /AWS1/CL_LSAEXPNAPRECSRCINFO¶
A list of objects describing the source of the export snapshot record.
io_destinationinfo TYPE REF TO /AWS1/CL_LSADESTINATIONINFO /AWS1/CL_LSADESTINATIONINFO¶
A list of objects describing the destination of the export snapshot record.
Queryable Attributes¶
name¶
The export snapshot record name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon Resource Name (ARN) of the export snapshot record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
createdAt¶
The date when the export snapshot record was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
location¶
The AWS Region and Availability Zone where the export snapshot record is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
resourceType¶
The Lightsail resource type (
ExportSnapshotRecord).
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 |
state¶
The state of the export snapshot record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
sourceInfo¶
A list of objects describing the source of the export snapshot record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEINFO() |
Getter for SOURCEINFO |
destinationInfo¶
A list of objects describing the destination of the export snapshot record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONINFO() |
Getter for DESTINATIONINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPORTSNAPSHOTRECORDLIST¶
TYPES TT_EXPORTSNAPSHOTRECORDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSAEXPORTSNAPRECORD WITH DEFAULT KEY
.