/AWS1/CL_EC2TERMINATECONNSTAT¶
Information about a terminated Client VPN endpoint client connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectionid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the client connection.
io_previousstatus TYPE REF TO /AWS1/CL_EC2CLIVPNCONNSTATUS /AWS1/CL_EC2CLIVPNCONNSTATUS¶
The state of the client connection.
io_currentstatus TYPE REF TO /AWS1/CL_EC2CLIVPNCONNSTATUS /AWS1/CL_EC2CLIVPNCONNSTATUS¶
A message about the status of the client connection, if applicable.
Queryable Attributes¶
ConnectionId¶
The ID of the client connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONID() |
Getter for CONNECTIONID, with configurable default |
ASK_CONNECTIONID() |
Getter for CONNECTIONID w/ exceptions if field has no value |
HAS_CONNECTIONID() |
Determine if CONNECTIONID has a value |
PreviousStatus¶
The state of the client connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREVIOUSSTATUS() |
Getter for PREVIOUSSTATUS |
CurrentStatus¶
A message about the status of the client connection, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTSTATUS() |
Getter for CURRENTSTATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TERMINATECONNSTATUSSET¶
TYPES TT_TERMINATECONNSTATUSSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2TERMINATECONNSTAT WITH DEFAULT KEY
.