Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource-VCE-Brocade / resourcesToFix / tosca.nodes.nfv.VNF / tosca.nodes.nfv.VNF.yaml
1 ##################################################################
2 ###################   TOSCA   VNF Node  ##########################
3 ##################################################################
4 tosca.nodes.nfv.VNF:
5     derived_from: tosca.nodes.Root
6     properties:
7       vnf_category: 
8         type: string
9         description: Router, FW, LB, DNS are example categories
10       id:
11         type: string
12         description: ID of this VNF
13       vendor:
14         type: string
15         description: name of the vendor who provides this VNF
16       version:
17         type: version
18         description: version of the software for this VNF
19       #device_config: 
20        # type: map
21         #entry_schema: 
22          # type: string
23         #default: 
24          # p1: 1
25          # p2: 2
26           #p3: 3
27     #requirements:
28      # - virtualLink:
29           #capability: tosca.capabilities.nfv.VirtualLinkable
30           #occurrences: [1, UNBOUNDED]