Skip to content

/AWS1/CL_DCOASPATHSEGMENT

A segment of an autonomous system (AS) path.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pathtype TYPE /AWS1/DCOASPATHTYPE /AWS1/DCOASPATHTYPE

The type of the AS path segment.

The valid values are seq (an ordered AS_SEQUENCE) and set (an unordered AS_SET).

it_path TYPE /AWS1/CL_DCOASPATHLIST_W=>TT_ASPATHLIST TT_ASPATHLIST

The autonomous system (AS) numbers in the segment.


Queryable Attributes

pathType

The type of the AS path segment.

The valid values are seq (an ordered AS_SEQUENCE) and set (an unordered AS_SET).

Accessible with the following methods

Method Description
GET_PATHTYPE() Getter for PATHTYPE, with configurable default
ASK_PATHTYPE() Getter for PATHTYPE w/ exceptions if field has no value
HAS_PATHTYPE() Determine if PATHTYPE has a value

path

The autonomous system (AS) numbers in the segment.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH 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_ASPATHSEGMENTLIST

TYPES TT_ASPATHSEGMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DCOASPATHSEGMENT WITH DEFAULT KEY
.