State

Leafs

class RoutingPolicy.DefinedSets.NeighborSets.NeighborSet.State

Bases: Entity

Class Hierarchy : RoutingPolicy DefinedSets NeighborSets NeighborSet State

This class represents state data.

Operational state data for neighbor sets.

neighbor_set_name

name / label of the neighbor set -- this is used to reference the set in match conditions

type: str

config: False

address

List of IP addresses in the neighbor set

type: union of the below types:

type: list of str

pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?

type: list of str

pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?

config: False