Config¶
Leafs
- 
class 
RoutingPolicy.DefinedSets.TagSets.TagSet.Config¶ Bases:
EntityClass Hierarchy:
RoutingPolicyDefinedSetsTagSetsTagSetConfigThis class represents configuration data.
Configuration data for tag sets
- 
name¶ name / label of the tag set – this is used to reference the set in match conditions
type: str
- 
tag_value¶ Value of the tag set member
type: union of the below types:
type: list of int
range: 0..4294967295type: list of str
pattern: ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?
-