Skip to content

/AWS1/CL_IOUTUNNELSUMMARY

Information about the tunnel.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_tunnelid TYPE /AWS1/IOUTUNNELID /AWS1/IOUTUNNELID

The unique alpha-numeric identifier for the tunnel.

iv_tunnelarn TYPE /AWS1/IOUTUNNELARN /AWS1/IOUTUNNELARN

The Amazon Resource Name of the tunnel.

iv_status TYPE /AWS1/IOUTUNNELSTATUS /AWS1/IOUTUNNELSTATUS

The status of a tunnel. Valid values are: Open and Closed.

iv_description TYPE /AWS1/IOUDESCRIPTION /AWS1/IOUDESCRIPTION

A description of the tunnel.

iv_createdat TYPE /AWS1/IOUDATETYPE /AWS1/IOUDATETYPE

The time the tunnel was created.

iv_lastupdatedat TYPE /AWS1/IOUDATETYPE /AWS1/IOUDATETYPE

The time the tunnel was last updated.


Queryable Attributes

tunnelId

The unique alpha-numeric identifier for the tunnel.

Accessible with the following methods

Method Description
GET_TUNNELID() Getter for TUNNELID, with configurable default
ASK_TUNNELID() Getter for TUNNELID w/ exceptions if field has no value
HAS_TUNNELID() Determine if TUNNELID has a value

tunnelArn

The Amazon Resource Name of the tunnel.

Accessible with the following methods

Method Description
GET_TUNNELARN() Getter for TUNNELARN, with configurable default
ASK_TUNNELARN() Getter for TUNNELARN w/ exceptions if field has no value
HAS_TUNNELARN() Determine if TUNNELARN has a value

status

The status of a tunnel. Valid values are: Open and Closed.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

description

A description of the tunnel.

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

createdAt

The time the tunnel was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

The time the tunnel was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT 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_TUNNELSUMMARYLIST

TYPES TT_TUNNELSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOUTUNNELSUMMARY WITH DEFAULT KEY
.