0e0805f1d6c876bba35763cea3ec4e0920dd30e3
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.vdbe:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       vf_module_id:
12         type: string
13         description: Unique ID for this VF module inst
14         required: true
15         status: SUPPORTED
16       control_int_net_rpf:
17         type: string
18         description: Reverse Path Filtering enable or disable for the control virtual network
19         required: true
20         status: SUPPORTED
21       control_int_net_forwarding_mode:
22         type: string
23         description: forwarding mode of the control virtual network
24         required: true
25         status: SUPPORTED
26       vnf_name:
27         type: string
28         description: Unique name for this VF instance
29         required: true
30         status: SUPPORTED
31       vdbe_untrusted_ip_1:
32         type: string
33         description: IPV4 address of the secondary vDBE VM on the VAN untrusted network
34         required: true
35         status: SUPPORTED
36       vdbe_aap_untrusted_ip_prefix_len:
37         type: string
38         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
39         required: true
40         status: SUPPORTED
41       untrusted_num_vn:
42         type: float
43         description: Number of vDBE subinterface virtual Networks
44         required: true
45         status: SUPPORTED
46         constraints:
47         - in_range:
48           - 1
49           - 77
50       vf_module_name:
51         type: string
52         description: Unique name for this VF module inst
53         required: true
54         status: SUPPORTED
55       aap_address_mode:
56         type: string
57         description: Address mode for the vDBE cluster IP
58         required: true
59         status: SUPPORTED
60       control_int_net_shared:
61         type: boolean
62         description: control virtual network shared
63         required: true
64         status: SUPPORTED
65       vdbe_untrusted_v6_ip_1:
66         type: string
67         description: IPV6 address of the secondary vDBE VM on the VAN untrusted network
68         required: true
69         status: SUPPORTED
70       vdbe_untrusted_vmac_address:
71         type: string
72         description: Virtual MAC of the primary vDBE VM on the VAN untrusted network
73         required: true
74         status: SUPPORTED
75       control_int_net_flood_unknown_unicast:
76         type: boolean
77         description: forwarding mode of the control virtual network
78         required: true
79         status: SUPPORTED
80       port_vdbe_untr_1_port_network_role:
81         type: string
82         required: true
83         status: SUPPORTED
84       vdbe_aap_sec_untrusted_ip_prefix:
85         type: string
86         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
87         required: true
88         status: SUPPORTED
89       vnf_id:
90         type: string
91         description: Unique ID for this VF inst
92         required: true
93         status: SUPPORTED
94       vdbe_name_1:
95         type: string
96         description: VM Name for this vdbe node 1
97         required: true
98         status: SUPPORTED
99       port_vdbe_untr_1_port_ip_requirements:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: org.openecomp.datatypes.network.IpRequirements
105       availability_zone_1:
106         type: string
107         description: The availability zone of secondary node1 vDBE vm in the local HA pair.
108         required: true
109         status: SUPPORTED
110       untrusted_vn_networks:
111         type: list
112         description: List of subinterface virtual networks
113         required: true
114         status: SUPPORTED
115         entry_schema:
116           type: string
117       vdbe_image_name:
118         type: string
119         description: Image to use for vDBE
120         required: true
121         status: SUPPORTED
122       oam_net_name:
123         type: string
124         description: Name of NSDNet network from which the management IP addresses will be allocated
125         required: true
126         status: SUPPORTED
127       vdbe_aap_sec_untrusted_ip_prefix_len:
128         type: string
129         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
130         required: true
131         status: SUPPORTED
132       port_vdbe_untr_1_port_mac_requirements:
133         type: org.openecomp.datatypes.network.MacRequirements
134         required: true
135         status: SUPPORTED
136       port_vdbe_untr_1_port_order:
137         type: integer
138         required: true
139         status: SUPPORTED
140       vdbe_aap_untrusted_v6_ip_prefix:
141         type: string
142         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
143         required: true
144         status: SUPPORTED
145       vdbe_aap_untrusted_v6_ip_prefix_len:
146         type: string
147         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
148         required: true
149         status: SUPPORTED
150       untrusted_vlan_tags:
151         type: list
152         description: List of subinterface vlan tags
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: string
157       vdbe_flavor_name:
158         type: string
159         description: Flavor to use for vDBE
160         required: true
161         status: SUPPORTED
162       port_vdbe_untr_1_port_exCP_naming:
163         type: org.openecomp.datatypes.Naming
164         required: true
165         status: SUPPORTED
166       port_vdbe_untr_1_port_subnetpoolid:
167         type: string
168         required: true
169         status: SUPPORTED
170       vdbe_hw_untr_mac_1:
171         type: string
172         description: Secondary MAC address of the secondary vDBE VM on the VAN untrusted network
173         required: true
174         status: SUPPORTED
175       untrusted_net_name:
176         type: string
177         description: Name of public untrusted network into which this vDBE HA cluster is deployed
178         required: true
179         status: SUPPORTED
180       port_vdbe_untr_1_port_network_role_tag:
181         type: string
182         required: true
183         status: SUPPORTED
184       vdbe_device_name:
185         type: string
186         description: VDBE device Name for this vdbe VNF
187         required: true
188         status: SUPPORTED
189       port_vdbe_untr_1_port_vlan_requirements:
190         type: list
191         required: true
192         status: SUPPORTED
193         entry_schema:
194           type: org.openecomp.datatypes.network.VlanRequirements
195       vdbe_aap_untrusted_ip_prefix:
196         type: string
197         description: ip prefix for primary vDBE VM on the VAN untrusted network
198         required: true
199         status: SUPPORTED
200     requirements:
201     - dependency_vdbe_node_1:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - local_storage_vdbe_node_1:
209         capability: tosca.capabilities.Attachment
210         node: tosca.nodes.BlockStorage
211         relationship: tosca.relationships.AttachesTo
212         occurrences:
213         - 0
214         - UNBOUNDED
215     - dependency_vdbe_untr_1_port:
216         capability: tosca.capabilities.Node
217         node: tosca.nodes.Root
218         relationship: tosca.relationships.DependsOn
219         occurrences:
220         - 0
221         - UNBOUNDED
222     - dependency_vdbe_untr_1_subports:
223         capability: tosca.capabilities.Node
224         node: tosca.nodes.Root
225         relationship: tosca.relationships.DependsOn
226         occurrences:
227         - 0
228         - UNBOUNDED
229     - dependency_vdbe_untr_x_subport_vdbe_untr_1_subports:
230         capability: tosca.capabilities.Node
231         node: tosca.nodes.Root
232         relationship: tosca.relationships.DependsOn
233         occurrences:
234         - 0
235         - UNBOUNDED
236     - dependency_control_int_net:
237         capability: tosca.capabilities.Node
238         node: tosca.nodes.Root
239         relationship: tosca.relationships.DependsOn
240         occurrences:
241         - 0
242         - UNBOUNDED
243     capabilities:
244       disk.latency_vdbe_node_1:
245         type: org.openecomp.capabilities.metric.Ceilometer
246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
247         occurrences:
248         - 1
249         - UNBOUNDED
250       binding_vdbe_node_1:
251         type: tosca.capabilities.network.Bindable
252         occurrences:
253         - 1
254         - UNBOUNDED
255       network.outgoing.bytes.rate_vdbe_untr_1_port:
256         type: org.openecomp.capabilities.metric.Ceilometer
257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
258         occurrences:
259         - 1
260         - UNBOUNDED
261       instance_vdbe_node_1:
262         type: org.openecomp.capabilities.metric.Ceilometer
263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
264         occurrences:
265         - 1
266         - UNBOUNDED
267       forwarder_vdbe_untr_1_port:
268         type: org.openecomp.capabilities.Forwarder
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.device.read.requests_vdbe_node_1:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.device.usage_vdbe_node_1:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       disk.write.bytes_vdbe_node_1:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       disk.device.write.bytes_vdbe_node_1:
291         type: org.openecomp.capabilities.metric.Ceilometer
292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
293         occurrences:
294         - 1
295         - UNBOUNDED
296       disk.allocation_vdbe_node_1:
297         type: org.openecomp.capabilities.metric.Ceilometer
298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
299         occurrences:
300         - 1
301         - UNBOUNDED
302       memory_vdbe_node_1:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       cpu_util_vdbe_node_1:
309         type: org.openecomp.capabilities.metric.Ceilometer
310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
311         occurrences:
312         - 1
313         - UNBOUNDED
314       network.incoming.packets.rate_vdbe_untr_1_port:
315         type: org.openecomp.capabilities.metric.Ceilometer
316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
317         occurrences:
318         - 1
319         - UNBOUNDED
320       disk.device.read.bytes_vdbe_node_1:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.device.read.bytes.rate_vdbe_node_1:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.device.allocation_vdbe_node_1:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.write.requests.rate_vdbe_node_1:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.root.size_vdbe_node_1:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.iops_vdbe_node_1:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.device.write.requests_vdbe_node_1:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       disk.write.requests_vdbe_node_1:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       network.incoming.bytes.rate_vdbe_untr_1_port:
369         type: org.openecomp.capabilities.metric.Ceilometer
370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
371         occurrences:
372         - 1
373         - UNBOUNDED
374       vcpus_vdbe_node_1:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       binding_vdbe_untr_1_port:
381         type: tosca.capabilities.network.Bindable
382         valid_source_types:
383         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
384         occurrences:
385         - 0
386         - UNBOUNDED
387       disk.ephemeral.size_vdbe_node_1:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       network.outgoing.bytes_vdbe_untr_1_port:
394         type: org.openecomp.capabilities.metric.Ceilometer
395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
396         occurrences:
397         - 1
398         - UNBOUNDED
399       feature_vdbe_untr_1_subports:
400         type: tosca.capabilities.Node
401         occurrences:
402         - 1
403         - UNBOUNDED
404       disk.device.latency_vdbe_node_1:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       disk.capacity_vdbe_node_1:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.device.capacity_vdbe_node_1:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       link_control_int_net:
423         type: tosca.capabilities.network.Linkable
424         occurrences:
425         - 1
426         - UNBOUNDED
427       network.incoming.bytes_vdbe_untr_1_port:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       end_point_control_int_net:
434         type: tosca.capabilities.Endpoint
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.usage_vdbe_node_1:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.read.bytes_vdbe_node_1:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
451         type: tosca.capabilities.Node
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.device.read.requests.rate_vdbe_node_1:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       host_vdbe_node_1:
462         type: tosca.capabilities.Container
463         valid_source_types:
464         - tosca.nodes.SoftwareComponent
465         occurrences:
466         - 1
467         - UNBOUNDED
468       feature_control_int_net:
469         type: tosca.capabilities.Node
470         occurrences:
471         - 1
472         - UNBOUNDED
473       cpu.delta_vdbe_node_1:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       network.incoming.packets_vdbe_untr_1_port:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       scalable_vdbe_node_1:
486         type: tosca.capabilities.Scalable
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.iops_vdbe_node_1:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       feature_vdbe_node_1:
497         type: tosca.capabilities.Node
498         occurrences:
499         - 1
500         - UNBOUNDED
501       memory.resident_vdbe_node_1:
502         type: org.openecomp.capabilities.metric.Ceilometer
503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
504         occurrences:
505         - 1
506         - UNBOUNDED
507       endpoint_vdbe_node_1:
508         type: tosca.capabilities.Endpoint.Admin
509         occurrences:
510         - 1
511         - UNBOUNDED
512       network.outgoing.packets.rate_vdbe_untr_1_port:
513         type: org.openecomp.capabilities.metric.Ceilometer
514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
515         occurrences:
516         - 1
517         - UNBOUNDED
518       os_vdbe_node_1:
519         type: tosca.capabilities.OperatingSystem
520         occurrences:
521         - 1
522         - UNBOUNDED
523       network.outpoing.packets_vdbe_untr_1_port:
524         type: org.openecomp.capabilities.metric.Ceilometer
525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
526         occurrences:
527         - 1
528         - UNBOUNDED
529       disk.read.bytes.rate_vdbe_node_1:
530         type: org.openecomp.capabilities.metric.Ceilometer
531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
532         occurrences:
533         - 1
534         - UNBOUNDED
535       disk.device.write.bytes.rate_vdbe_node_1:
536         type: org.openecomp.capabilities.metric.Ceilometer
537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
538         occurrences:
539         - 1
540         - UNBOUNDED
541       attachment_control_int_net:
542         type: tosca.capabilities.Attachment
543         occurrences:
544         - 1
545         - UNBOUNDED
546       cpu_vdbe_node_1:
547         type: org.openecomp.capabilities.metric.Ceilometer
548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
549         occurrences:
550         - 1
551         - UNBOUNDED
552       disk.device.write.requests.rate_vdbe_node_1:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       disk.read.requests_vdbe_node_1:
559         type: org.openecomp.capabilities.metric.Ceilometer
560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.write.bytes.rate_vdbe_node_1:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       feature_vdbe_untr_1_port:
571         type: tosca.capabilities.Node
572         occurrences:
573         - 1
574         - UNBOUNDED
575       memory.usage_vdbe_node_1:
576         type: org.openecomp.capabilities.metric.Ceilometer
577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
578         occurrences:
579         - 1
580         - UNBOUNDED
581   org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
582     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
583     properties:
584       aap_untrusted_ip_prefix:
585         type: string
586         description: ip prefix for primary vDBE VM on the VAN untrusted network
587         required: true
588         status: SUPPORTED
589       aap_sec_untrusted_ip_prefix:
590         type: string
591         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
592         required: true
593         status: SUPPORTED
594       vdbe_subport_network:
595         type: string
596         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
597         required: true
598         status: SUPPORTED
599       ip_v6_address:
600         type: string
601         description: IPv6 address associated with subinterfaces
602         required: true
603         status: SUPPORTED
604       counter:
605         type: float
606         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
607         required: true
608         status: SUPPORTED
609       subinterfaces_name_prefix:
610         type: string
611         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
612         required: true
613         status: SUPPORTED
614       ip_address:
615         type: string
616         description: IPv4 address associated with subinterfaces
617         required: true
618         status: SUPPORTED
619       aap_address_mode:
620         type: string
621         description: Address mode for the vDBE cluster IP
622         required: true
623         status: SUPPORTED
624       aap_untrusted_v6_ip_prefix:
625         type: string
626         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
627         required: true
628         status: SUPPORTED
629       parent_interface:
630         type: string
631         description: Parent Contrail interface
632         required: true
633         status: SUPPORTED
634       mac_address:
635         type: string
636         description: HW MAC address to use for subinterface
637         required: true
638         status: SUPPORTED
639       vlan_tag_list:
640         type: list
641         description: List of VLAN IDs to use for subinterfaces
642         required: true
643         status: SUPPORTED
644         entry_schema:
645           type: string
646       aap_sec_untrusted_ip_prefix_len:
647         type: string
648         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
649         required: true
650         status: SUPPORTED
651       vmac_address:
652         type: string
653         description: virtual MAC address to use for subinterface
654         required: true
655         status: SUPPORTED
656       aap_untrusted_v6_ip_prefix_len:
657         type: string
658         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
659         required: true
660         status: SUPPORTED
661       aap_untrusted_ip_prefix_len:
662         type: string
663         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
664         required: true
665         status: SUPPORTED
666     requirements:
667     - dependency_vdbe_untr_x_subport:
668         capability: tosca.capabilities.Node
669         node: tosca.nodes.Root
670         relationship: tosca.relationships.DependsOn
671         occurrences:
672         - 0
673         - UNBOUNDED
674     - link_vdbe_untr_x_subport:
675         capability: tosca.capabilities.network.Linkable
676         relationship: tosca.relationships.network.LinksTo
677         occurrences:
678         - 1
679         - 1
680     - binding_vdbe_untr_x_subport:
681         capability: tosca.capabilities.network.Bindable
682         node: org.openecomp.resource.cp.nodes.network.Port
683         relationship: tosca.relationships.network.BindsTo
684         occurrences:
685         - 1
686         - 1
687     capabilities:
688       feature_vdbe_untr_x_subport:
689         type: tosca.capabilities.Node
690         occurrences:
691         - 1
692         - UNBOUNDED