1b3d8820d53d561294ced7f645b999a9b65a5392
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / NSD / NSD.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:
3   org.openecomp.resource.vfc.NSD:
4     derived_from: tosca.nodes.Root
5     description: ECOMP Allotted Resource base type all other allotted resources node types derive from
6     properties:
7       nsd_id:
8         type: string
9         required: true
10         description: ID of the NSD
11       nsd_designer:
12         type: string
13         required: true
14         description: Designer of the NSD
15       nsd_version:
16         type: string
17         required: true
18         description: Version of the NSD
19       nsd_name:
20         type: string
21         required: true
22         description: Name of the NSD
23       providing_service_uuid:
24         type: string
25         required: true
26         description: The depending service uuid in order to map the allotted resource to the specific service version
27       providing_service_invariant_uuid:
28         type: string
29         required: true
30         description: The depending service invariant uuid in order to map the allotted resource to the specific service version
31       providing_service_name:
32         type: string
33         required: true
34         description: The depending service name in order to map the allotted resource to the specific service version
35     requirements:
36     - virtualLink:
37         capability: tosca.capabilities.network.Linkable
38         relationship: tosca.relationships.network.LinksTo
39     capabilities:
40       virtual_linkable:
41         type: tosca.capabilities.network.Linkable