aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/relationship_type/tosca.relationships.ConnectsTo.SshClient.json
blob: 11d0d18f1703eacb43947574ac9bb34850f51e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "description": "Relationship connects to through SSH Client.",
  "version": "1.0.0",
  "properties": {
    "connection-config": {
      "description": "Connection Config details.",
      "required": true,
      "type": "map"
    }
  },
  "derived_from": "tosca.relationships.ConnectsTo",
  "valid_target_types": [
    "tosca.capabilities.Endpoint"
  ]
}