Description

A virtual link, a network.

In terms of TOSCA, VL-typed nodes are abstract nodes. They are not expected to have any implementation provided in design time.

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


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



  • No labels

2 Comments

  1. The Capabilities table says the "Required" is "1..UNBOUNDED" but the TOSCA definition says "occurrences" is "0..UNBOUNDED".

    Can someone confirm the correct cardinality for "link"?


    1. [1..UNBOUNDED] everywhere. Thank you for pointing out.