Mode

class RoutingPolicy.DefinedSets.PrefixSets.PrefixSet.Config.Mode

Mode (Enum Class)

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.

IPV4 = 0

Prefix set contains IPv4 prefixes only

IPV6 = 1

Prefix set contains IPv6 prefixes only

MIXED = 2

Prefix set contains mixed IPv4 and IPv6 prefixes