tosca_definitions_version: tosca_simple_yaml_1_0_0 node_types: org.openecomp.resource.vfc.WanConnection.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: tosca.nodes.Root properties: uuid: type: string name: type: string label: type: list entry_schema: type: string type: type: string description: component type address: type: string description: ip, or mac 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'] requirements: - ltp: node: tosca.nodes.Root occurrences: [0, UNBOUNDED] capability: tosca.capabilities.Node relationship: tosca.relationships.DependsOn