Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[1..UNBOUNDED]

NameRequiredTypeConstraintsDescription
link
Code Block
onap.capabilities.Linkable
A VL can interconnect an unlimited number of CPs

...

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

...