Skip to content

/AWS1/CL_EC2EXPORTIMAGERESULT

ExportImageResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description of the image being exported.

IV_DISKIMAGEFORMAT TYPE /AWS1/EC2DISKIMAGEFORMAT /AWS1/EC2DISKIMAGEFORMAT

The disk image format for the exported image.

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_ROLENAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

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

DiskImageFormat

The disk image format for the exported image.

Accessible with the following methods

Method Description
GET_DISKIMAGEFORMAT() Getter for DISKIMAGEFORMAT, with configurable default
ASK_DISKIMAGEFORMAT() Getter for DISKIMAGEFORMAT w/ exceptions if field has no val
HAS_DISKIMAGEFORMAT() Determine if DISKIMAGEFORMAT 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

RoleName

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_ROLENAME() Getter for ROLENAME, with configurable default
ASK_ROLENAME() Getter for ROLENAME w/ exceptions if field has no value
HAS_ROLENAME() Determine if ROLENAME 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