aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participant/participant-impl/participant-impl-policy/src/test/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
blob: a0c5b24563be4f0880bf67f7c9203e2153e398a3 (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
26
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