Merge "Release 5.1.3"
[clamp.git] / src / test / resources / http-cache / example / policy / api / v1 / policytypes / .file
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3   onap.policies.controlloop.operational.common.Drools:
4       version: 1.0.0
5       description: Operational Policy for Control Loops using the Drools PDP
6       derived_from: onapy.policies.controlloop.Operational
7       properties:
8         # Omitted for brevity, see Section 1
9
10   onap.policies.controlloop.operational.common.Apex:
11       version: 1.0.0
12       description: Operational Policy for Control Loops using the APEX PDP
13       derived_from: onap.policies.controlloop.Operational
14       properties:
15         # Omitted for brevity, see Section 1
16
17   onap.policies.controlloop.guard.common.FrequencyLimiter:
18       version: 1.0.0
19       description: Supports limiting the frequency of actions being taken by a Actor.
20       derived_from: onap.policies.controlloop.Guard
21       properties:
22         # Omitted for brevity, see Section 1
23
24   onap.policies.controlloop.guard.common.Blacklist:
25       version: 1.0.0
26       description: Supports blacklist of VNF's from performing control loop actions on.
27       derived_from: onap.policies.controlloop.Guard
28       properties:
29         # Omitted for brevity, see Section 1
30
31   onap.policies.controlloop.guard.common.MinMax:
32       version: 1.0.0
33       description: Supports Min/Max number of VF Modules
34       derived_from: onap.policies.controlloop.Guard
35       properties:
36         # Omitted for brevity, see Section 1
37
38   onap.policies.controlloop.guard.common.MinMax:
39       version: 2.0.0
40       description: Supports Min/Max number of VF Modules
41       derived_from: onap.policies.controlloop.Guard
42       properties:
43         # Omitted for brevity, see Section 1
44
45 data_types:
46   # Any bespoke data types referenced by policy type definitions[]