State¶
Leafs
Enum Classes
-
class
RoutingPolicy.DefinedSets.PrefixSets.PrefixSet.
State
¶ Bases:
Entity
Class Hierarchy :
RoutingPolicy
DefinedSets
PrefixSets
PrefixSet
State
This class represents state data.
Operational state data
-
name
¶ name / label of the prefix set – this is used to reference the set in match conditions
type: str
config: False
-
mode
¶ Indicates the mode of the prefix set, in terms of which address families (IPv4, IPv6, or both) are present. The mode provides a hint, but the device must validate that all prefixes are of the indicated type, and is expected to reject the configuration if there is a discrepancy. The MIXED mode may not be supported on devices that require prefix sets to be of only one address family
type:
Mode
config: False
-