/AWS1/CL_REVSVCTOPOEDGESUMMARY¶
Contains summary information about a service topology edge.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourceresourceidentifier TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The identifier of the source resource.
iv_dstresourceidentifier TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The identifier of the destination resource.
Optional arguments:¶
it_properties TYPE /AWS1/CL_REVEDGEPRPSUMMARY=>TT_EDGEPROPERTYLIST TT_EDGEPROPERTYLIST¶
The properties of the topology edge.
Queryable Attributes¶
sourceResourceIdentifier¶
The identifier of the source resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCERESOURCEIDENTIFIER() |
Getter for SOURCERESOURCEIDENTIFIER, with configurable defau |
ASK_SOURCERESOURCEIDENTIFIER() |
Getter for SOURCERESOURCEIDENTIFIER w/ exceptions if field h |
HAS_SOURCERESOURCEIDENTIFIER() |
Determine if SOURCERESOURCEIDENTIFIER has a value |
destinationResourceIdentifier¶
The identifier of the destination resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DSTRESOURCEIDENTIFIER() |
Getter for DSTRESOURCEIDENTIFIER, with configurable default |
ASK_DSTRESOURCEIDENTIFIER() |
Getter for DSTRESOURCEIDENTIFIER w/ exceptions if field has |
HAS_DSTRESOURCEIDENTIFIER() |
Determine if DSTRESOURCEIDENTIFIER has a value |
properties¶
The properties of the topology edge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTIES() |
Getter for PROPERTIES, with configurable default |
ASK_PROPERTIES() |
Getter for PROPERTIES w/ exceptions if field has no value |
HAS_PROPERTIES() |
Determine if PROPERTIES 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_SERVICETOPOEDGESUMMARYLIST¶
TYPES TT_SERVICETOPOEDGESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSVCTOPOEDGESUMMARY WITH DEFAULT KEY
.