Config¶
Leafs
-
class
RoutingPolicy.PolicyDefinitions.PolicyDefinition.Statements.Statement.Actions.BgpActions.SetCommunity.Inline.
Config
¶ Bases:
Entity
Class Hierarchy:
RoutingPolicy
PolicyDefinitions
PolicyDefinition
Statements
Statement
Actions
BgpActions
SetCommunity
Inline
Config
This class represents configuration data.
Configuration data or inline specification of set-community
action
-
communities
¶ Set the community values for the update inline with a list
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
BGPWELLKNOWNSTDCOMMUNITY
-