Skip to content

/AWS1/CL_EC2EXPORTTOS3TASKSPEC

Describes an export instance task.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DISKIMAGEFORMAT TYPE /AWS1/EC2DISKIMAGEFORMAT /AWS1/EC2DISKIMAGEFORMAT

The format for the exported image.

IV_CONTAINERFORMAT TYPE /AWS1/EC2CONTAINERFORMAT /AWS1/EC2CONTAINERFORMAT

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

IV_S3BUCKET TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

IV_S3PREFIX TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.


Queryable Attributes

DiskImageFormat

The 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

ContainerFormat

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Accessible with the following methods

Method Description
GET_CONTAINERFORMAT() Getter for CONTAINERFORMAT, with configurable default
ASK_CONTAINERFORMAT() Getter for CONTAINERFORMAT w/ exceptions if field has no val
HAS_CONTAINERFORMAT() Determine if CONTAINERFORMAT has a value

S3Bucket

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

Accessible with the following methods

Method Description
GET_S3BUCKET() Getter for S3BUCKET, with configurable default
ASK_S3BUCKET() Getter for S3BUCKET w/ exceptions if field has no value
HAS_S3BUCKET() Determine if S3BUCKET has a value

S3Prefix

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Accessible with the following methods

Method Description
GET_S3PREFIX() Getter for S3PREFIX, with configurable default
ASK_S3PREFIX() Getter for S3PREFIX w/ exceptions if field has no value
HAS_S3PREFIX() Determine if S3PREFIX has a value