Skip to content

/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:

iv_sourceregion TYPE /AWS1/REVAWSREGION /AWS1/REVAWSREGION

The AWS Region of the source resource.

iv_destinationregion TYPE /AWS1/REVAWSREGION /AWS1/REVAWSREGION

The AWS Region of the destination resource.

iv_sourceaccount TYPE /AWS1/REVAWSACCOUNTID /AWS1/REVAWSACCOUNTID

The AWS account ID of the source resource.

iv_destinationaccount TYPE /AWS1/REVAWSACCOUNTID /AWS1/REVAWSACCOUNTID

The AWS account ID of the destination resource.

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

sourceRegion

The AWS Region of the source resource.

Accessible with the following methods

Method Description
GET_SOURCEREGION() Getter for SOURCEREGION, with configurable default
ASK_SOURCEREGION() Getter for SOURCEREGION w/ exceptions if field has no value
HAS_SOURCEREGION() Determine if SOURCEREGION has a value

destinationRegion

The AWS Region of the destination resource.

Accessible with the following methods

Method Description
GET_DESTINATIONREGION() Getter for DESTINATIONREGION, with configurable default
ASK_DESTINATIONREGION() Getter for DESTINATIONREGION w/ exceptions if field has no v
HAS_DESTINATIONREGION() Determine if DESTINATIONREGION has a value

sourceAccount

The AWS account ID of the source resource.

Accessible with the following methods

Method Description
GET_SOURCEACCOUNT() Getter for SOURCEACCOUNT, with configurable default
ASK_SOURCEACCOUNT() Getter for SOURCEACCOUNT w/ exceptions if field has no value
HAS_SOURCEACCOUNT() Determine if SOURCEACCOUNT has a value

destinationAccount

The AWS account ID of the destination resource.

Accessible with the following methods

Method Description
GET_DESTINATIONACCOUNT() Getter for DESTINATIONACCOUNT, with configurable default
ASK_DESTINATIONACCOUNT() Getter for DESTINATIONACCOUNT w/ exceptions if field has no
HAS_DESTINATIONACCOUNT() Determine if DESTINATIONACCOUNT 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
.