/AWS1/CL_MPBLISTLINKSRSPSTRUCT¶
Describes a link.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID¶
The unique identifier of the gateway.
iv_peergatewayid TYPE /AWS1/MPBGATEWAYID /AWS1/MPBGATEWAYID¶
The unique identifier of the peer gateway.
iv_status TYPE /AWS1/MPBLINKSTATUS /AWS1/MPBLINKSTATUS¶
The status of the link.
iv_createdat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP¶
The timestamp of when the link was created.
iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP¶
The timestamp of when the link was updated.
iv_linkid TYPE /AWS1/MPBLINKID /AWS1/MPBLINKID¶
The unique identifier of the link.
Optional arguments:¶
iv_direction TYPE /AWS1/MPBLINKDIRECTION /AWS1/MPBLINKDIRECTION¶
The direction of the link.
it_flowmodules TYPE /AWS1/CL_MPBMODULECONF=>TT_MODULECONFIGURATIONLIST TT_MODULECONFIGURATIONLIST¶
Describes the configuration of flow modules.
it_pendingflowmodules TYPE /AWS1/CL_MPBMODULECONF=>TT_MODULECONFIGURATIONLIST TT_MODULECONFIGURATIONLIST¶
Describes the configuration of pending flow modules.
io_attributes TYPE REF TO /AWS1/CL_MPBLINKATTRIBUTES /AWS1/CL_MPBLINKATTRIBUTES¶
Describes attributes of a link.
it_tags TYPE /AWS1/CL_MPBTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP¶
A map of the key-value pairs of the tag or tags to assign to the resource.
Queryable Attributes¶
gatewayId¶
The unique identifier of the gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
peerGatewayId¶
The unique identifier of the peer gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PEERGATEWAYID() |
Getter for PEERGATEWAYID, with configurable default |
ASK_PEERGATEWAYID() |
Getter for PEERGATEWAYID w/ exceptions if field has no value |
HAS_PEERGATEWAYID() |
Determine if PEERGATEWAYID has a value |
status¶
The status of the link.
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 |
createdAt¶
The timestamp of when the link 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 |
updatedAt¶
The timestamp of when the link was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
direction¶
The direction of the link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTION() |
Getter for DIRECTION, with configurable default |
ASK_DIRECTION() |
Getter for DIRECTION w/ exceptions if field has no value |
HAS_DIRECTION() |
Determine if DIRECTION has a value |
flowModules¶
Describes the configuration of flow modules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWMODULES() |
Getter for FLOWMODULES, with configurable default |
ASK_FLOWMODULES() |
Getter for FLOWMODULES w/ exceptions if field has no value |
HAS_FLOWMODULES() |
Determine if FLOWMODULES has a value |
pendingFlowModules¶
Describes the configuration of pending flow modules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGFLOWMODULES() |
Getter for PENDINGFLOWMODULES, with configurable default |
ASK_PENDINGFLOWMODULES() |
Getter for PENDINGFLOWMODULES w/ exceptions if field has no |
HAS_PENDINGFLOWMODULES() |
Determine if PENDINGFLOWMODULES has a value |
attributes¶
Describes attributes of a link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTES() |
Getter for ATTRIBUTES |
linkId¶
The unique identifier of the link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINKID() |
Getter for LINKID, with configurable default |
ASK_LINKID() |
Getter for LINKID w/ exceptions if field has no value |
HAS_LINKID() |
Determine if LINKID has a value |
tags¶
A map of the key-value pairs of the tag or tags to assign to the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_LINKLIST¶
TYPES TT_LINKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPBLISTLINKSRSPSTRUCT WITH DEFAULT KEY
.