Release version 1.13.7
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / genericNeutronNet / genericNeutronNet.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 node_types:
3   org.openecomp.resource.vl.GenericNeutronNet:
4     derived_from: org.openecomp.resource.vl.extVL
5     description: Generic Neutron Network
6     properties:
7       network_role:
8         type: string
9         description: |
10           Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network
11       network_assignments:
12         type: org.openecomp.datatypes.network.NetworkAssignments
13       network_flows:
14         type: org.openecomp.datatypes.network.NetworkFlows
15       network_scope:
16         type: string
17       network_ecomp_naming:
18         type: org.openecomp.datatypes.EcompNaming
19       network_type:
20         type: string
21         description: ECOMP supported network types.
22         default: NEUTRON
23       provider_network:
24         type: org.openecomp.datatypes.network.ProviderNetwork
25       network_technology:
26         type: string
27         description: ECOMP supported network technology
28         default: NEUTRON
29       network_homing:
30         type: org.openecomp.datatypes.EcompHoming
31     capabilities:
32       virtual_linkable:
33         type: tosca.capabilities.network.Linkable
34         occurrences:
35         - 1
36         - UNBOUNDED