Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / DBMS / normative-types-new-DBMS.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.DBMS:
4     derived_from: tosca.nodes.SoftwareComponent
5     properties:
6       root_password: 
7         type: string
8         required: false
9         description: the optional root password for the DBMS service
10       port:
11         type: integer
12         required: false
13         description: the port the DBMS service will listen to for data and requests 
14     capabilities:    
15       host: 
16         type: tosca.capabilities.Container
17         valid_source_types: [ tosca.nodes.Database ]