blob: 5663168e4acb3dd8fef43cea5cec77069de2b5cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|