Skip to content

/AWS1/CL_EC2DISKIMAGE

Describes a disk image.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description of the disk image.

IO_IMAGE TYPE REF TO /AWS1/CL_EC2DISKIMAGEDETAIL /AWS1/CL_EC2DISKIMAGEDETAIL

Information about the disk image.

IO_VOLUME TYPE REF TO /AWS1/CL_EC2VOLUMEDETAIL /AWS1/CL_EC2VOLUMEDETAIL

Information about the volume.


Queryable Attributes

Description

A description of the disk image.

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

Information about the disk image.

Accessible with the following methods

Method Description
GET_IMAGE() Getter for IMAGE

Volume

Information about the volume.

Accessible with the following methods

Method Description
GET_VOLUME() Getter for VOLUME

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DISKIMAGELIST

TYPES TT_DISKIMAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DISKIMAGE WITH DEFAULT KEY
.