aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
blob: 657c2d874cc2c62db71469975fc8498e9c31a821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tosca.datatypes.nfv.AdditionalServiceData:
  derived_from: tosca.datatypes.Root
  description: describes the additional service data of the VirtualCp used to expose properties of the VirtualCp to NFV-MANO.
  properties:
    portData:
      type: list
      description: Service port numbers exposed by the VirtualCp.
      required: false
      entry_schema:
        type: tosca.datatypes.nfv.ServicePortData
    serviceData:
      type: string
      description: Service matching information exposed by the VirtualCp.
      required: false