Add guard filter documentation
[policy/parent.git] / docs / xacml / example.guard.minmax.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 topology_template:
3     policies:
4     -   guard.minmax.scaleout:
5             type: onap.policies.controlloop.guard.common.MinMax
6             type_version: 1.0.0
7             version: 1.0.0
8             name: guard.minmax.scaleout
9             metadata:
10                 policy-id: guard.minmax.scaleout
11             properties:
12                 actor: SO
13                 operation: VF Module Create
14                 id: my-controlloop
15                 target: the-vfmodule-id
16                 min: 1
17                 max: 2