State

Leafs

class RoutingPolicy.DefinedSets.BgpDefinedSets.CommunitySets.CommunitySet.State

Bases: Entity

Class Hierarchy : RoutingPolicy DefinedSets BgpDefinedSets CommunitySets CommunitySet State

This class represents state data.

Operational state data for BGP community sets

community_set_name

name / label of the community set -- this is used to reference the set in match conditions

type: str

config: False

community_member

members of the community set

type: union of the below types:

type: list of int

range: 65536..4294901759

type: list of str

pattern: ([0-9]+:[0-9]+)

type: list of str

type: list of BGPWELLKNOWNSTDCOMMUNITY

config: False