summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importAttResources/PCSCF/PCSCF.yml
blob: 3d0e38eefc1c5df45a69658cb038ad84644f8c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
att.nodes.ims.PCSCF:
  derived_from: tosca.nodes.SoftwareComponent
  capabilities:
    pcscf_endpoint:
      type: tosca.capabilities.Endpoint.Public
      relationship: tosca.relationships.ConnectTo
      occurrences: [0, UNBOUNDED]  
      description: Connection with one ore more UAs
  requirements:
    icscf_endpoint: 
      capability: tosca.capabilities.Endpoint  
      node: att.nodes.ims.ICSCF
      relationship: tosca.relationships.ConnectsTo