YANG Development Kit
0.9.0
  • About YDK
  • Getting Started
  • Developer Guide
  • API Guide
  • Questions and Answers
  • openconfig bundle API
  • ietf bundle API
YANG Development Kit
  • Docs »
  • Link

Link¶

Keys

  • link_data
  • link_id

Leafs

  • type

Children

  • topology
class RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.AreaScopeLsas.AreaScopeLsa.Ospfv2.Body.Router.Link¶

Bases: Entity

Class Hierarchy: RoutingState RoutingInstance RoutingProtocols RoutingProtocol Ospf Instance Area AreaScopeLsas AreaScopeLsa Ospfv2 Body Router Link

This class represents state data.

Router LSA link.

link_id(key)¶

Link ID

type: union of the below types:

type: 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: 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])

config: False

link_data(key)¶

Link data

type: union of the below types:

type: 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: int

range: 0..4294967295

config: False

type¶

Link type

type: int

range: 0..255

config: False

topology¶

Topology specific information

type: list of Topology

config: False


Built with Sphinx using a theme provided by Read the Docs.