/AWS1/CL_IOUCONNECTIONSTATE¶
The state of a connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/IOUCONNECTIONSTATUS /AWS1/IOUCONNECTIONSTATUS¶
The connection status of the tunnel. Valid values are
CONNECTEDandDISCONNECTED.
iv_lastupdatedat TYPE /AWS1/IOUDATETYPE /AWS1/IOUDATETYPE¶
The last time the connection status was updated.
Queryable Attributes¶
status¶
The connection status of the tunnel. Valid values are
CONNECTEDandDISCONNECTED.
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 |
lastUpdatedAt¶
The last time the connection status was 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 |