aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.controlloop.guard.common.Blacklist.yaml
blob: 0456f43cbec785d9d259bc94ff00dfacecef432b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
    onap.policies.controlloop.guard.common.Blacklist:
        derived_from: onap.policies.controlloop.guard.Common
        type_version: 1.0.0
        version: 1.0.0
        description: Supports blacklist of entity id's from performing control loop actions on.
        properties:
            blacklist:
                type: list
                description: List of entity id's not allowed to have control loop operations on.
                required: true
                entry_schema:
                    type: string