2fbcc9c46ddd9e45bad3901b79a166c44b8716de
[sdc.git] /
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