onap.node.wan.Resource.LinkPort:
description: The association of the Link to LTPs is made via LinkPort. The LinkPort class models the access to the Link function.
derived_from: onap.node.wan.Resource
properties:
role:
type: string
description: Each LinkPort of the Link has a role (e.g., symmetric, hub, spoke, leaf, root) in the context of the Link with respect to the Link capability.
constraints:
- valid_values: ['symmetric','hub', 'spoke', 'leaf', 'root']
capabilities:
requirements:
- ltp:
node: onap.node.wan.Resource.Ltp
capabilities: tosca.capabilities.Endpoint
relationship: tosca.relationships.ConnectsTo |