Removing legacy guard from policy/api
[policy/api.git] / main / src / test / resources / policytypes / onap.policies.optimization.Resource.no.version.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3    onap.policies.optimization.Resource:
4       derived_from: onap.policies.Optimization
5       description: The base policy type for all policies that govern optimization for a Resource in a Service.
6       properties:
7          services:
8             description: One or more services that the policy applies to.
9             type: list
10             metadata:
11                matchable: true
12             required: true
13             entry_schema:
14                type: string
15          resources:
16             description: One or more VNF resources that the policy applies to.
17             type: list
18             metadata:
19                matchable: true
20             required: true
21             entry_schema:
22                type: string