vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / extensions / aria_extension_tosca / profiles / tosca-simple-nfv-1.0 / relationships.yaml
1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements.  See the NOTICE file distributed with
3 # this work for additional information regarding copyright ownership.
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License.  You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 relationship_types:
17
18   tosca.relationships.nfv.VirtualBindsTo:
19     _extensions:
20       shorthand_name: VirtualBindsTo
21       type_qualified_name: tosca:VirtualBindsTo
22       specification: tosca-simple-nfv-1.0
23       specification_section: 5.7.1
24       specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896074'
25     description: >-
26       This relationship type represents an association relationship between VDU and CP node types.
27     derived_from: tosca.relationships.DependsOn
28     valid_target_types: [ tosca.capabilities.nfv.VirtualBindable ]
29
30   # ARIA NOTE: csd04 lacks the definition of tosca.relationships.nfv.Monitor (the derived_from and
31   # valid_target_types), so we are using the definition in csd03 section 8.4.2.
32   tosca.relationships.nfv.Monitor:
33     _extensions:
34       shorthand_name: Monitor
35       type_qualified_name: tosca:Monitor
36       specification: tosca-simple-nfv-1.0
37       specification_section: 5.7.2
38       specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896075'
39     description: >-
40       This relationship type represents an association relationship to the Metric capability of VDU
41       node types.
42     derived_from: tosca.relationships.ConnectsTo
43     valid_target_types: [ tosca.capabilities.nfv.Metric ]