Endpoint

Keys

Children

class NetworkInstances.NetworkInstance.ConnectionPoints.ConnectionPoint.Endpoints.Endpoint

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance ConnectionPoints ConnectionPoint Endpoints Endpoint

This class represents configuration data.

A list of the endpoints (interfaces or remote

connection points that can be used for this

connection point). The active endpoint is selected

based on the precedence that it is configured

with

endpoint_id(key)

A pointer to the configured identifier for the endpoint

type: str

refers to: endpoint_id

config

Configuration parameters relating to the endpoint

type: Config

state

Operational state parameters relating to the endpoint

type: State

config: False

local

Configuration and operational state parameters relating to a local interface

type: Local

remote

Configuration and operational state parameters relating to a remote interface

type: Remote