Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource-VCE-Brocade / resourcesToFix / tosca.nodes.nfv.VL / tosca.nodes.nfv.VL.yaml
1 ##################################################################
2   ############## TOSCA   VL Node Type        #######################
3   ##################################################################
4   tosca.nodes.nfv.VL: 
5     derived_from: tosca.nodes.Root
6     properties: 
7       vendor: 
8         type: string
9         required: false
10         description: name of the vendor who provides this VL
11         
12     capabilities: 
13       virtuallinkable: 
14         type: tosca.capabilities.nfv.VirtualLinkable
15         occurrences: [1, UNBOUNDED] # this is default
16