State¶
Leafs
- 
class 
RoutingPolicy.DefinedSets.BgpDefinedSets.AsPathSets.AsPathSet.State¶ Bases:
EntityClass Hierarchy:
RoutingPolicyDefinedSetsBgpDefinedSetsAsPathSetsAsPathSetStateThis class represents state data.
Operational state 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
config: False
- 
as_path_set_member¶ AS path expression – list of ASes in the set
type: list of str
config: False
-