Config¶
Leafs
Enum Classes
-
class
RoutingPolicy.DefinedSets.PrefixSets.PrefixSet.
Config
¶ Bases:
Entity
Class Hierarchy :
RoutingPolicy
DefinedSets
PrefixSets
PrefixSet
Config
This class represents configuration data.
Configuration data for prefix sets
-
name
¶ name / label of the prefix set – this is used to reference the set in match conditions
type: str
-
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
-