State¶
Leafs
- 
class 
RoutingPolicy.DefinedSets.TagSets.TagSet.State¶ Bases:
EntityClass Hierarchy:
RoutingPolicyDefinedSetsTagSetsTagSetStateThis class represents state data.
Operational state data for tag sets
- 
name¶ name / label of the tag set – this is used to reference the set in match conditions
type: str
config: False
- 
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})*)?config: False
-