Support BBS Modeling in SDC
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / OntNni / OntNni.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.cp.OntNni: 
4     derived_from: tosca.nodes.nfv.VduCp
5     properties:
6       ont_port:
7         type: string
8         required: true
9     requirements:
10         - virtual_link:
11             capability: tosca.capabilities.nfv.VirtualLinkable
12             relationship: tosca.relationships.nfv.VirtualLinksTo
13             node: tosca.nodes.nfv.VnfVirtualLink
14         - virtual_binding:
15             capability: tosca.capabilities.nfv.VirtualBindable
16             relationship: tosca.relationships.nfv.VirtualBindsTo
17             node: org.openecomp.resource.vfc.OntPnf