c0d1f3dab23fc8fe4f7345d0d450e1d463f8fb69
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:
3   org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork:
4     derived_from: org.openecomp.resource.vl.nodes.network.Network
5     properties:
6       shared:
7         type: string
8         description: Is virtual network shared
9         required: false
10         status: SUPPORTED
11       forwarding_mode:
12         type: string
13         description: forwarding mode of the virtual network
14         required: false
15         status: SUPPORTED
16       external:
17         type: string
18         description: Is virtual network external
19         required: false
20         status: SUPPORTED
21       allow_transit:
22         type: string
23         description: Whether this network should be transitive.
24         required: false
25         status: SUPPORTED
26       flood_unknown_unicast:
27         type: string
28         description: flood L2 packets on network
29         required: false
30         status: SUPPORTED
31       route_targets:
32         type: list
33         description: route targets associated with the virtual network
34         required: false
35         status: SUPPORTED
36         entry_schema:
37           type: string
38       subnets:
39         type: map
40         description: Network related subnets
41         required: false
42         status: SUPPORTED
43         entry_schema:
44           type: org.openecomp.datatypes.heat.network.neutron.Subnet
45     attributes:
46       fq_name:
47         type: string
48         description: fq_name
49         status: SUPPORTED
50       show:
51         type: string
52         description: All attributes.
53         status: SUPPORTED
54       subnets_name:
55         type: list
56         description: Subnets name of this network
57         status: SUPPORTED
58         entry_schema:
59           type: string
60       subnets_show:
61         type: map
62         description: Detailed information about each subnet
63         status: SUPPORTED
64         entry_schema:
65           type: string
66       subnets:
67         type: map
68         description: Network related subnets
69         status: SUPPORTED
70         entry_schema:
71           type: org.openecomp.datatypes.heat.network.neutron.Subnet
72     capabilities:
73       attachment:
74         type: tosca.capabilities.Attachment
75         occurrences:
76         - 1
77         - UNBOUNDED