/AWS1/CL_EC2CONVERSIONTASK¶
Describes a conversion task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_conversiontaskid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the conversion task.
iv_expirationtime TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
io_importinstance TYPE REF TO /AWS1/CL_EC2IMPORTINSTTASKDETS /AWS1/CL_EC2IMPORTINSTTASKDETS¶
If the task is for importing an instance, this contains information about the import instance task.
io_importvolume TYPE REF TO /AWS1/CL_EC2IMPORTVOLTASKDETS /AWS1/CL_EC2IMPORTVOLTASKDETS¶
If the task is for importing a volume, this contains information about the import volume task.
iv_state TYPE /AWS1/EC2CONVERSIONTASKSTATE /AWS1/EC2CONVERSIONTASKSTATE¶
The state of the conversion task.
iv_statusmessage TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The status message related to the conversion task.
it_tags TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST¶
Any tags assigned to the task.
Queryable Attributes¶
ConversionTaskId¶
The ID of the conversion task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSIONTASKID() |
Getter for CONVERSIONTASKID, with configurable default |
ASK_CONVERSIONTASKID() |
Getter for CONVERSIONTASKID w/ exceptions if field has no va |
HAS_CONVERSIONTASKID() |
Determine if CONVERSIONTASKID has a value |
ExpirationTime¶
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME, with configurable default |
ASK_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME w/ exceptions if field has no valu |
HAS_EXPIRATIONTIME() |
Determine if EXPIRATIONTIME has a value |
ImportInstance¶
If the task is for importing an instance, this contains information about the import instance task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTINSTANCE() |
Getter for IMPORTINSTANCE |
ImportVolume¶
If the task is for importing a volume, this contains information about the import volume task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTVOLUME() |
Getter for IMPORTVOLUME |
State¶
The state of the conversion task.
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 |
StatusMessage¶
The status message related to the conversion task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
Tags¶
Any tags assigned to the 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_DESCRIBECONVERSIONTASKLIST¶
TYPES TT_DESCRIBECONVERSIONTASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CONVERSIONTASK WITH DEFAULT KEY
.