Skip to content

/AWS1/CL_EC2IMPORTVOLTASKDETS

Describes an import volume task.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_AVAILABILITYZONE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Availability Zone where the resulting volume will reside.

IV_BYTESCONVERTED TYPE /AWS1/EC2LONG /AWS1/EC2LONG

The number of bytes converted so far.

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The description you provided when starting the import volume task.

IO_IMAGE TYPE REF TO /AWS1/CL_EC2DISKIMAGEDESC /AWS1/CL_EC2DISKIMAGEDESC

The image.

IO_VOLUME TYPE REF TO /AWS1/CL_EC2DISKIMAGEVOLDESC /AWS1/CL_EC2DISKIMAGEVOLDESC

The volume.


Queryable Attributes

AvailabilityZone

The Availability Zone where the resulting volume will reside.

Accessible with the following methods

Method Description
GET_AVAILABILITYZONE() Getter for AVAILABILITYZONE, with configurable default
ASK_AVAILABILITYZONE() Getter for AVAILABILITYZONE w/ exceptions if field has no va
HAS_AVAILABILITYZONE() Determine if AVAILABILITYZONE has a value

BytesConverted

The number of bytes converted so far.

Accessible with the following methods

Method Description
GET_BYTESCONVERTED() Getter for BYTESCONVERTED, with configurable default
ASK_BYTESCONVERTED() Getter for BYTESCONVERTED w/ exceptions if field has no valu
HAS_BYTESCONVERTED() Determine if BYTESCONVERTED has a value

Description

The description you provided when starting the import volume 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

Image

The image.

Accessible with the following methods

Method Description
GET_IMAGE() Getter for IMAGE

Volume

The volume.

Accessible with the following methods

Method Description
GET_VOLUME() Getter for VOLUME