Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed R3 to TIDM - Target Internal Data Model


Description

A virtual link, a network.

...

TODO: min/max bitrate requirements, etc. – are they properties on the VL or on their Linkables?

Properties


NameRequiredTypeConstraintsDescription






Attributes


NameRequiredTypeConstraintsDescription






Capabilities



NameRequiredTypeConstraintsDescription
link

[1..UNBOUNDED]

onap.capabilities.Linkable
A VL can interconnect an unlimited number of CPs



Requirements

None

TOSCA Definition


Code Block
linenumberstrue
node_types:
  onap.nodes.VL:
    derived_from: onap.nodes.Resource
    description: a virtual link
    capabilities:
      link:
        type: onap.capabilities.Linkable
        occurrences: [1, UNBOUNDED]
            # can interconnect an unlimited number of CPs


Examples