Config¶
Leafs
-
class
RoutingPolicy.DefinedSets.BgpDefinedSets.AsPathSets.AsPathSet.
Config
¶ Bases:
Entity
Class Hierarchy :
RoutingPolicy
DefinedSets
BgpDefinedSets
AsPathSets
AsPathSet
Config
This class represents configuration data.
Configuration data for AS path sets
-
as_path_set_name
¶ name of the AS path set – this is used to reference the set in match conditions
type: str
-
as_path_set_member
¶ AS path expression – list of ASes in the set
type: list of str
-