blob: 224d61f2c950c0aca0c468d740093643ec230432 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
org.openecomp.resource.vfc.uCPE:
derived_from: tosca.nodes.Root
properties:
type:
type: string
required: false
requirements:
- virtualLink:
capability: tosca.capabilities.network.Linkable
relationship: tosca.relationships.network.LinksTo
|