blob: 2c00cbd7e95f9914ba6503802618985c593f4c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
tosca_definitions_version: tosca_simple_yaml_1_3
node_types:
org.openecomp.resource.VFC-child:
derived_from: org.openecomp.resource.VFC-root
properties:
aProperty:
type: string
required: false
attributes:
test_1:
type: string
default: 'MydefaultValue'
test_2:
type: integer
default: 266305
test_3:
type: string
default: 'TestValue3'
test_4:
type: boolean
default: true
|