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