IT Test Import tosca types for a model
[sdc.git] / integration-tests / src / test / resources / Files / imports / tosca / data-types / dataTypes.yml
1 tosca.datatypes.nfv.AdditionalServiceData:
2   derived_from: tosca.datatypes.Root
3   description: describes the additional service data of the VirtualCp used to expose properties of the VirtualCp to NFV-MANO.
4   properties:
5     portData:
6       type: list
7       description: Service port numbers exposed by the VirtualCp.
8       required: false
9       entry_schema:
10         type: tosca.datatypes.nfv.ServicePortData
11     serviceData:
12       type: string
13       description: Service matching information exposed by the VirtualCp.
14       required: false