aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.optimization.Service.yaml
blob: 8e7b724da2a0f1184aba4feee16e0f874c87f1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tosca_definitions_version: tosca_simple_yaml_1_0_0
policy_types:
   onap.policies.optimization.Service:
      derived_from: onap.policies.Optimization
      version: 1.0.0
      description: The base policy type for all policies that govern optimization for a Service.
      properties:
         services:
            description: One or more services that the policy applies to.
            type: list
            metadata:
               matchable: true
            required: true
            entry_schema:
               type: string