d39b1b3cb873a33b010a1ce7ea7832182153e0f8
[policy/distribution.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: eb48e8b6-1ad6-48c1-91d2-f77c5792a624
4   UUID: 4ded12c9-0565-446a-82f6-eac26b0d4031
5   name: VnfVirtualLink
6   description: VnfVirtualLink
7   type: VL
8   category: Generic
9   subcategory: Infrastructure
10   resourceVendor: ATT (Tosca)
11   resourceVendorRelease: 1.0.0.wd03
12   resourceVendorModelNumber: ''
13 imports:
14 - nodes:
15     file: nodes.yml
16 - datatypes:
17     file: data.yml
18 - capabilities:
19     file: capabilities.yml
20 - relationships:
21     file: relationships.yml
22 - groups:
23     file: groups.yml
24 - policies:
25     file: policies.yml
26 - annotations:
27     file: annotations.yml
28 node_types:
29   tosca.nodes.nfv.VnfVirtualLink:
30     derived_from: tosca.nodes.Root
31     description: VnfVirtualLink
32     properties:
33       vl_profile:
34         type: tosca.datatypes.nfv.VlProfile
35       description:
36         type: string
37       test_access:
38         type: list
39         entry_schema:
40           type: string
41       connectivity_type:
42         type: tosca.datatypes.nfv.ConnectivityType
43     capabilities:
44       virtual_linkable:
45         type: tosca.capabilities.nfv.VirtualLinkable
46         occurrences:
47         - 1
48         - UNBOUNDED
49         valid_source_types: [
50           ]
51       monitoring_parameter:
52         type: tosca.capabilities.nfv.Metric
53         occurrences:
54         - 0
55         - UNBOUNDED
56         valid_source_types: [
57           ]