Skip to content

/AWS1/CL_EC2VOLUMESTATUSACTION

Describes a volume status operation code.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_code TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The code identifying the operation, for example, enable-volume-io.

iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A description of the operation.

iv_eventid TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the event associated with this operation.

iv_eventtype TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The event type associated with this operation.


Queryable Attributes

Code

The code identifying the operation, for example, enable-volume-io.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

Description

A description of the operation.

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

EventId

The ID of the event associated with this operation.

Accessible with the following methods

Method Description
GET_EVENTID() Getter for EVENTID, with configurable default
ASK_EVENTID() Getter for EVENTID w/ exceptions if field has no value
HAS_EVENTID() Determine if EVENTID has a value

EventType

The event type associated with this operation.

Accessible with the following methods

Method Description
GET_EVENTTYPE() Getter for EVENTTYPE, with configurable default
ASK_EVENTTYPE() Getter for EVENTTYPE w/ exceptions if field has no value
HAS_EVENTTYPE() Determine if EVENTTYPE has a value

Public Local Types In This Class

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

TT_VOLUMESTATUSACTIONSLIST

TYPES TT_VOLUMESTATUSACTIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2VOLUMESTATUSACTION WITH DEFAULT KEY
.