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 / capabilities.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 capability_types:
17
18   tosca.capabilities.nfv.VirtualBindable:
19     _extensions:
20       shorthand_name: VirtualBindable
21       type_qualified_name: tosca:VirtualBindable
22       specification: tosca-simple-nfv-1.0
23       specification_section: 5.5.1
24       specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896069'
25     description: >-
26       A node type that includes the VirtualBindable capability indicates that it can be pointed by
27       tosca.relationships.nfv.VirtualBindsTo relationship type.
28     derived_from: tosca.capabilities.Node
29
30   tosca.capabilities.nfv.Metric:
31     _extensions:
32       shorthand_name: Metric
33       type_qualified_name: tosca:Metric
34       specification: tosca-simple-nfv-1.0
35       specification_section: 5.5.2
36       specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896070'
37     description: >-
38       A node type that includes the Metric capability indicates that it can be monitored using an nfv.relationships.Monitor
39       relationship type.
40     derived_from: tosca.capabilities.Endpoint
41
42   tosca.capabilities.nfv.VirtualCompute:
43     _extensions:
44       shorthand_name: VirtualCompute
45       type_qualified_name: tosca:VirtualCompute
46       specification: tosca-simple-nfv-1.0
47       specification_section: 5.5.3
48       specification_url: 'http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd04/tosca-nfv-v1.0-csd04.html#_Toc482896071'
49     derived_from: tosca.capabilities.Root
50     properties:
51       requested_additional_capabilities:
52         # ARIA NOTE: in section [5.5.3.1 Properties] the name of this property is
53         # "request_additional_capabilities", and its type is not a map, but
54         # tosca.datatypes.nfv.RequestedAdditionalCapability
55         description: >-
56           Describes additional capability for a particular VDU.
57         type: map
58         entry_schema:
59            type: tosca.datatypes.nfv.RequestedAdditionalCapability
60         required: false
61       virtual_memory:
62         description: >-
63           Describes virtual memory of the virtualized compute.
64         type: tosca.datatypes.nfv.VirtualMemory
65         required: true
66       virtual_cpu:
67         description: >-
68           Describes virtual CPU(s) of the virtualized compute.
69         type: tosca.datatypes.nfv.VirtualCpu
70         required: true