aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/relationship-types/relationshipTypes.yml
blob: 50c62bb9edd690af70fc05f9cdabc863716af9e2 (plain)
1
2
3
4
5
6
7
8
9
tosca.relationships.ConnectsTo:
  derived_from: tosca.relationships.Root
  description: This type represents a network connection relationship between two nodes.
  valid_target_types:
  - tosca.capabilities.Endpoint
  properties:
    credential:
      type: tosca.datatypes.Credential
      required: false