aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
blob: 54b69c2d8a78ab7fd8d41d3f7c05632c4d7e433d (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
25
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
    onap.policies.controlloop.operational.common.Apex:
        derived_from: onap.policies.controlloop.operational.Common
        type_version: 1.0.0
        version: 1.0.0
        name: onap.policies.controlloop.operational.common.Apex
        description: Operational policies for Apex PDP
        properties:
            engineServiceParameters:
                type: string
                description: The engine parameters like name, instanceCount, policy implementation, parameters etc.
                required: true
            eventInputParameters:
                type: string
                description: The event input parameters.
                required: true
            eventOutputParameters:
                type: string
                description: The event output parameters.
                required: true
            javaProperties:
                type: string
                description: Name/value pairs of properties to be set for APEX if needed.
                required: false