0fa7c94a63772b1cc67d636d0519aa698fc78c28
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:
3   org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork:
4     derived_from: org.openecomp.resource.vl.nodes.network.Network
5     properties:
6       network_ipam_refs_data:
7         type: list
8         description: IPAM references Data
9         required: false
10         status: SUPPORTED
11         entry_schema:
12           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData
13       network_policy_refs_data:
14         type: list
15         description: Policy references data
16         required: false
17         status: SUPPORTED
18         entry_schema:
19           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefData
20       network_ipam_refs:
21         type: list
22         description: IPAM references
23         required: false
24         status: SUPPORTED
25         entry_schema:
26           type: string
27       network_policy_refs:
28         type: list
29         description: Policy references
30         required: false
31         status: SUPPORTED
32         entry_schema:
33           type: string
34       subnets:
35         type: map
36         description: Network related subnets
37         required: false
38         status: SUPPORTED
39         entry_schema:
40           type: org.openecomp.datatypes.heat.network.neutron.Subnet
41     attributes:
42       fq_name:
43         type: string
44         description: fq_name
45         status: SUPPORTED
46       subnets_name:
47         type: list
48         description: Subnets name of this network
49         status: SUPPORTED
50         entry_schema:
51           type: string
52       subnets_show:
53         type: map
54         description: Detailed information about each subnet
55         status: SUPPORTED
56         entry_schema:
57           type: string
58       subnets:
59         type: map
60         description: Network related subnets
61         status: SUPPORTED
62         entry_schema:
63           type: org.openecomp.datatypes.heat.network.neutron.Subnet
64     capabilities:
65       attachment:
66         type: tosca.capabilities.Attachment
67         occurrences:
68         - 1
69         - UNBOUNDED