Skip to content

/AWS1/CL_EC2EXPORTIMAGETASK

Describes an export image task.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description of the image being exported.

IV_EXPORTIMAGETASKID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the export image task.

IV_IMAGEID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the image.

IV_PROGRESS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The percent complete of the export image task.

IO_S3EXPORTLOCATION TYPE REF TO /AWS1/CL_EC2EXPORTTASKS3LOC /AWS1/CL_EC2EXPORTTASKS3LOC

Information about the destination Amazon S3 bucket.

IV_STATUS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The status of the export image task. The possible values are active, completed, deleting, and deleted.

IV_STATUSMESSAGE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The status message for the export image task.

IT_TAGS TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST

Any tags assigned to the export image task.


Queryable Attributes

Description

A description of the image being exported.

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

ExportImageTaskId

The ID of the export image task.

Accessible with the following methods

Method Description
GET_EXPORTIMAGETASKID() Getter for EXPORTIMAGETASKID, with configurable default
ASK_EXPORTIMAGETASKID() Getter for EXPORTIMAGETASKID w/ exceptions if field has no v
HAS_EXPORTIMAGETASKID() Determine if EXPORTIMAGETASKID has a value

ImageId

The ID of the image.

Accessible with the following methods

Method Description
GET_IMAGEID() Getter for IMAGEID, with configurable default
ASK_IMAGEID() Getter for IMAGEID w/ exceptions if field has no value
HAS_IMAGEID() Determine if IMAGEID has a value

Progress

The percent complete of the export image task.

Accessible with the following methods

Method Description
GET_PROGRESS() Getter for PROGRESS, with configurable default
ASK_PROGRESS() Getter for PROGRESS w/ exceptions if field has no value
HAS_PROGRESS() Determine if PROGRESS has a value

S3ExportLocation

Information about the destination Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_S3EXPORTLOCATION() Getter for S3EXPORTLOCATION

Status

The status of the export image task. The possible values are active, completed, deleting, and deleted.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

StatusMessage

The status message for the export image 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 export image 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_EXPORTIMAGETASKLIST

TYPES TT_EXPORTIMAGETASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2EXPORTIMAGETASK WITH DEFAULT KEY
.