Skip to content

/AWS1/CL_EC2SNAPDISKCONTAINER

The disk container object for the import snapshot request.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The description of the disk image being imported.

iv_format TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

iv_url TYPE /AWS1/EC2SENSITIVEURL /AWS1/EC2SENSITIVEURL

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

io_userbucket TYPE REF TO /AWS1/CL_EC2USERBUCKET /AWS1/CL_EC2USERBUCKET

The Amazon S3 bucket for the disk image.


Queryable Attributes

Description

The description of the disk image being imported.

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

Format

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

Url

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

UserBucket

The Amazon S3 bucket for the disk image.

Accessible with the following methods

Method Description
GET_USERBUCKET() Getter for USERBUCKET