Config¶
Leafs
-
class
NetworkInstances.NetworkInstance.TableConnections.TableConnection.
Config
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
TableConnections
TableConnection
Config
This class represents configuration data.
Configuration parameters relating to the connection
between tables
-
address_family
¶ The address family associated with the connection. This must be defined for the source protocol. The target address family is implicitly defined by the address family specified for the source protocol
type: one of the below values:
IPV4
-
import_policy
¶ list of policy names in sequence to be applied on receiving a routing update in the current context, e.g., for the current peer group, neighbor, address family, etc
type: list of str
refers to:
name
-
default_import_policy
¶ explicitly set a default policy if no policy definition in the import policy chain is satisfied
type:
DefaultPolicyType
default value: REJECT_ROUTE
-