aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-policy/src/test/resources/policytypes/onap.policies.optimization.Resource.yaml
blob: 6b3a2460d2cf797e672288eae96bb745c4efe443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
   onap.policies.optimization.Resource:
      derived_from: onap.policies.Optimization
      version: 1.0.0
      name: onap.policies.optimization.Resource
      description: The base policy type for all policies that govern optimization for a Resource in 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
         resources:
            description: One or more VNF resources that the policy applies to.
            type: list
            metadata:
               matchable: true
            required: true
            entry_schema:
               type: string