TIDM onap.nodes.VL



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



Name

Required

Type

Constraints

Description

Name

Required

Type

Constraints

Description













Attributes



Name

Required

Type

Constraints

Description

Name

Required

Type

Constraints

Description













Capabilities





Name

Required

Type

Constraints

Description

Name

Required

Type

Constraints

Description

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