Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / demoResourcesWanLan / router / router.yml
1 org.openecomp.asdc.nodes.Router:
2   #The Router node has a property "routing_table" which is a list. The entry of the routing_table is the customized data type "RoutingTableEntry"
3     derived_from: org.openecomp.asdc.nodes.Root
4     properties: 
5       routing_table: 
6         type: list
7       entry_schema:
8       #"entry_schema" is the TOSCA spec to describe the type of the list item
9         type: RoutingTableEntry
10     capabilities:
11       connectTo: 
12         #The "connectTo" capability allows other TOSCA nodes (connectors) that requires such a capability to connect to this node.    
13         type: org.openecomp.asdc.capabilities.Endpoint