35a515611e1f34409d0e2e721512f42b2a8b2245
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 policy_types:
3    onap.policies.controlloop.Guard:
4       derived_from: tosca.policies.Root
5       version: 1.0.0
6       description: Guard Policies for Control Loop Operational Policies
7    onap.policies.controlloop.guard.Coordination:
8       derived_from: onap.policies.controlloop.Guard
9       version: 1.0.0
10       description: Guard Policies for Control Loop Coordination
11    onap.policies.controlloop.guard.coordination.FirstBlocksSecond:
12       derived_from: onap.policies.controlloop.guard.Coordination
13       version: 1.0.0
14       description: Supports one Control Loop blocking another
15       properties:
16          controlLoop:
17             type: list
18             description: Specific Control Loops to which to apply this guard
19             required: true
20             constraint:
21                length: 2
22             entry_schema:
23                type: string