/AWS1/CL_EC2IMPORTSNAPSHOTTASK¶
Describes an import snapshot task.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
A description of the import snapshot task.
IV_IMPORTTASKID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the import snapshot task.
IO_SNAPSHOTTASKDETAIL
TYPE REF TO /AWS1/CL_EC2SNAPSHOTTASKDETAIL
/AWS1/CL_EC2SNAPSHOTTASKDETAIL
¶
Describes an import snapshot task.
IT_TAGS
TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags for the import snapshot task.
Queryable Attributes¶
Description¶
A description of the import snapshot task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
ImportTaskId¶
The ID of the import snapshot task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMPORTTASKID() |
Getter for IMPORTTASKID, with configurable default |
ASK_IMPORTTASKID() |
Getter for IMPORTTASKID w/ exceptions if field has no value |
HAS_IMPORTTASKID() |
Determine if IMPORTTASKID has a value |
SnapshotTaskDetail¶
Describes an import snapshot task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SNAPSHOTTASKDETAIL() |
Getter for SNAPSHOTTASKDETAIL |
Tags¶
The tags for the import snapshot task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_IMPORTSNAPSHOTTASKLIST
¶
TYPES TT_IMPORTSNAPSHOTTASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IMPORTSNAPSHOTTASK WITH DEFAULT KEY
.