TOSCA Compliant Guard Policies
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.optimization.Service.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.optimization.Service:
4       derived_from: onap.policies.Optimization
5       version: 1.0.0
6       description: The base policy type for all policies that govern optimization for a Service.
7       properties:
8          services:
9             description: One or more services that the policy applies to.
10             type: list
11             metadata:
12                matchable: true
13             required: true
14             entry_schema:
15                type: string