Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / demoResourcesWanLan / WAN_Connector / WAN_Connector.yml
1 org.openecomp.asdc.nodes.Connector.WAN_Connector:
2   #The WAN_Connector node only connects to Router
3     derived_from: org.openecomp.asdc.nodes.Connector
4     properties: 
5       customer_id: 
6         type: string
7         required: true
8       vpn_id: 
9         type: string 
10         required: true
11       vpn_name:
12         type: string 
13         required: true
14       network_type:
15       #The technology types used by WAN connector
16         type: string
17     attributes:
18       network_ip_address:
19         #ip address is generated only after the node is instantiated at run-time
20         type: string
21     requirements:
22       - connectTo :
23           capability: org.openecomp.asdc.capabilities.Endpoint
24           node: org.openecomp.asdc.nodes.Router
25       #This explicit requirement specifies WAN_Connector has only one "connectTo" to connect to the node of Router type