Skip to content

/AWS1/CL_EC2VOLUMESTATUSITEM

Describes the volume status.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ACTIONS TYPE /AWS1/CL_EC2VOLUMESTATUSACTION=>TT_VOLUMESTATUSACTIONSLIST TT_VOLUMESTATUSACTIONSLIST

The details of the operation.

IV_AVAILABILITYZONE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Availability Zone of the volume.

IV_OUTPOSTARN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Resource Name (ARN) of the Outpost.

IT_EVENTS TYPE /AWS1/CL_EC2VOLUMESTATUSEVENT=>TT_VOLUMESTATUSEVENTSLIST TT_VOLUMESTATUSEVENTSLIST

A list of events associated with the volume.

IV_VOLUMEID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The volume ID.

IO_VOLUMESTATUS TYPE REF TO /AWS1/CL_EC2VOLUMESTATUSINFO /AWS1/CL_EC2VOLUMESTATUSINFO

The volume status.

IT_ATTACHMENTSTATUSES TYPE /AWS1/CL_EC2VOLSTATATTACHMEN00=>TT_VOLSTATATTACHMENTSTATLIST TT_VOLSTATATTACHMENTSTATLIST

Information about the instances to which the volume is attached.


Queryable Attributes

Actions

The details of the operation.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value

AvailabilityZone

The Availability Zone of the volume.

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

OutpostArn

The Amazon Resource Name (ARN) of the Outpost.

Accessible with the following methods

Method Description
GET_OUTPOSTARN() Getter for OUTPOSTARN, with configurable default
ASK_OUTPOSTARN() Getter for OUTPOSTARN w/ exceptions if field has no value
HAS_OUTPOSTARN() Determine if OUTPOSTARN has a value

Events

A list of events associated with the volume.

Accessible with the following methods

Method Description
GET_EVENTS() Getter for EVENTS, with configurable default
ASK_EVENTS() Getter for EVENTS w/ exceptions if field has no value
HAS_EVENTS() Determine if EVENTS has a value

VolumeId

The volume ID.

Accessible with the following methods

Method Description
GET_VOLUMEID() Getter for VOLUMEID, with configurable default
ASK_VOLUMEID() Getter for VOLUMEID w/ exceptions if field has no value
HAS_VOLUMEID() Determine if VOLUMEID has a value

VolumeStatus

The volume status.

Accessible with the following methods

Method Description
GET_VOLUMESTATUS() Getter for VOLUMESTATUS

AttachmentStatuses

Information about the instances to which the volume is attached.

Accessible with the following methods

Method Description
GET_ATTACHMENTSTATUSES() Getter for ATTACHMENTSTATUSES, with configurable default
ASK_ATTACHMENTSTATUSES() Getter for ATTACHMENTSTATUSES w/ exceptions if field has no
HAS_ATTACHMENTSTATUSES() Determine if ATTACHMENTSTATUSES 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_VOLUMESTATUSLIST

TYPES TT_VOLUMESTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2VOLUMESTATUSITEM WITH DEFAULT KEY
.