Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / demoResourcesWanLan / LAN_Connector / LAN_Connector.yml
1 org.openecomp.asdc.nodes.Connector.LAN_Connector:
2   #The LAN_Connector node connects Router and VNF_Container
3     derived_from: org.openecomp.asdc.nodes.Connector
4     properties:
5       network_id: 
6         #or called: vlan_id
7         type: string 
8         required: true
9       network_type:
10         #The technology types used by LAN connector
11         type: string
12     attributes:
13       network_ip_address:
14         #ip address is generated only after the node is instantiated at run-time
15         type: string
16     requirements:
17       - connectToRouter :
18           capability: tosca.capabilities.Root
19           node: org.openecomp.asdc.nodes.Router
20       - connectToVNF :
21           capability: tosca.capabilities.Root
22           node: org.openecomp.asdc.nodes.VNF_Container
23       #These two explicit requirements specify the LAN_Connector has two "connectTo" to connect to the node of Router type and VNF_Container type respectively