ab3b40e2fbaebd7133eff0849f0cd0643800a34e
[clamp.git] / src / test / resources / http-cache / example / policy / api / v1 / policytypes?connectionTimeToLive=5000 / .file
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 policy_types:
3   - onap.policies.Monitoring:
4       version: 1.0.0
5       description: A base policy type for all policies that govern monitoring provision
6       derived_from: tosca.policies.Root
7       properties:
8         # Omitted for brevity, see Section 1
9
10   - onap.policies.controlloop.Operational:
11       version: 1.0.0
12       description: Operational Policy for Control Loops
13       derived_from: tosca.policies.Root
14       properties:
15         # Omitted for brevity, see Section 1
16
17   - onap.policies.controloop.operational.Drools:
18       version: 1.0.0
19       description: Operational Policy for Control Loops using the Drools PDP
20       derived_from: onap.policies.controlloop.Operational
21       properties:
22         # Omitted for brevity, see Section 1
23
24   - onap.policies.controloop.operational.Apex:
25       version: 1.0.0
26       description: Operational Policy for Control Loops using the APEX PDP
27       derived_from: onap.policies.controlloop.Operational
28       properties:
29         # Omitted for brevity, see Section 1
30
31   - onap.policies.controlloop.Guard:
32       version: 1.0.0
33       description: Operational Policy for Control Loops
34       derived_from: tosca.policies.Root
35       properties:
36         # Omitted for brevity, see Section 1
37
38   - onap.policies.controlloop.guard.FrequencyLimiter:
39       version: 1.0.0
40       description: Supports limiting the frequency of actions being taken by a Actor.
41       derived_from: onap.policies.controlloop.Guard
42       properties:
43         # Omitted for brevity, see Section 1
44
45   - onap.policies.controlloop.guard.Blacklist:
46       version: 1.0.0
47       description: Supports blacklist of VNF's from performing control loop actions on.
48       derived_from: onap.policies.controlloop.Guard
49       properties:
50         # Omitted for brevity, see Section 1
51
52   - onap.policies.controlloop.guard.MinMax:
53       version: 1.0.0
54       description: Supports Min/Max number of VF Modules
55       derived_from: onap.policies.controlloop.Guard
56       properties:
57         # Omitted for brevity, see Section 1
58
59 data_types:
60   # Any bespoke data types referenced by policy type definitions[]