A virtual link, a network.

Definition

node_types:
  onap.nodes.VL:
    derived_from: onap.nodes.Resource
    description: a virtual link
    capabilities:
      link:
        type: onap.capabilities.Linkable
        occurrences: [0, UNBOUNDED]
            # can interconnect an unlimited number of CPs      
      division:
        type: onap.capabilities.VL.Division
        description: the ability to be divided into multiple sub-links (VLANs)
        occurrences: [0, UNBOUNDED]
    requirements:
      - division:
          type: onap.capabilities.VL.Division
          description: indicates that it is a sub-division of another VL 
          relationship: onap.relationships.DivisionOf
          occurrences: [0,1]



  • No labels