State¶
Leafs
- 
class 
RoutingPolicy.DefinedSets.BgpDefinedSets.CommunitySets.CommunitySet.State¶ Bases:
EntityClass Hierarchy:
RoutingPolicyDefinedSetsBgpDefinedSetsCommunitySetsCommunitySetStateThis 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
mandatory: True
config: False
- 
community_member¶ members of the community set
type: union of the below types:
type: list of int
range: 65536..4294901759type: list of str
pattern: ^(6553[0-5]|655[0-2][0-9]|654[0-9]{2}|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[1-9][0-9]{1,3}|[0-9]):(6553[0-5]|655[0-2][0-9]|654[0-9]{2}|65[0-4][0-9]{2}|6[0-4][0-9]{3}|[1-5][0-9]{4}|[1-9][0-9]{1,3}|[0-9])$type: list of str
type: list of
BGPWELLKNOWNSTDCOMMUNITYconfig: False
-