/AWS1/CL_NWMCONNECTPEERSUMMARY¶
Summary description of a Connect peer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_corenetworkid TYPE /AWS1/NWMCORENETWORKID /AWS1/NWMCORENETWORKID¶
The ID of a core network.
iv_connectattachmentid TYPE /AWS1/NWMATTACHMENTID /AWS1/NWMATTACHMENTID¶
The ID of a Connect peer attachment.
iv_connectpeerid TYPE /AWS1/NWMCONNECTPEERID /AWS1/NWMCONNECTPEERID¶
The ID of a Connect peer.
iv_edgelocation TYPE /AWS1/NWMEXTERNALREGIONCODE /AWS1/NWMEXTERNALREGIONCODE¶
The Region where the edge is located.
iv_connectpeerstate TYPE /AWS1/NWMCONNECTPEERSTATE /AWS1/NWMCONNECTPEERSTATE¶
The state of a Connect peer.
iv_createdat TYPE /AWS1/NWMDATETIME /AWS1/NWMDATETIME¶
The timestamp when a Connect peer was created.
it_tags TYPE /AWS1/CL_NWMTAG=>TT_TAGLIST TT_TAGLIST¶
The list of key-value tags associated with the Connect peer summary.
iv_subnetarn TYPE /AWS1/NWMSUBNETARN /AWS1/NWMSUBNETARN¶
The subnet ARN for the Connect peer summary.
Queryable Attributes¶
CoreNetworkId¶
The ID of a core network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CORENETWORKID() |
Getter for CORENETWORKID, with configurable default |
ASK_CORENETWORKID() |
Getter for CORENETWORKID w/ exceptions if field has no value |
HAS_CORENETWORKID() |
Determine if CORENETWORKID has a value |
ConnectAttachmentId¶
The ID of a Connect peer attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTATTACHMENTID() |
Getter for CONNECTATTACHMENTID, with configurable default |
ASK_CONNECTATTACHMENTID() |
Getter for CONNECTATTACHMENTID w/ exceptions if field has no |
HAS_CONNECTATTACHMENTID() |
Determine if CONNECTATTACHMENTID has a value |
ConnectPeerId¶
The ID of a Connect peer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTPEERID() |
Getter for CONNECTPEERID, with configurable default |
ASK_CONNECTPEERID() |
Getter for CONNECTPEERID w/ exceptions if field has no value |
HAS_CONNECTPEERID() |
Determine if CONNECTPEERID has a value |
EdgeLocation¶
The Region where the edge is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EDGELOCATION() |
Getter for EDGELOCATION, with configurable default |
ASK_EDGELOCATION() |
Getter for EDGELOCATION w/ exceptions if field has no value |
HAS_EDGELOCATION() |
Determine if EDGELOCATION has a value |
ConnectPeerState¶
The state of a Connect peer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTPEERSTATE() |
Getter for CONNECTPEERSTATE, with configurable default |
ASK_CONNECTPEERSTATE() |
Getter for CONNECTPEERSTATE w/ exceptions if field has no va |
HAS_CONNECTPEERSTATE() |
Determine if CONNECTPEERSTATE has a value |
CreatedAt¶
The timestamp when a Connect peer 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 |
Tags¶
The list of key-value tags associated with the Connect peer summary.
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 |
SubnetArn¶
The subnet ARN for the Connect peer summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETARN() |
Getter for SUBNETARN, with configurable default |
ASK_SUBNETARN() |
Getter for SUBNETARN w/ exceptions if field has no value |
HAS_SUBNETARN() |
Determine if SUBNETARN 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_CONNECTPEERSUMMARYLIST¶
TYPES TT_CONNECTPEERSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMCONNECTPEERSUMMARY WITH DEFAULT KEY
.