summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_VF/Generic_VF.yml
blob: 6618650ef346a171be9612f8ca66a7056b253434 (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
26
27
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
  org.openecomp.resource.abstract.nodes.VF: 
    derived_from: tosca.nodes.Root
    properties:
      nf_function:
        type: string       
      nf_role: 
        type: string       
      nf_naming_code:
        type: string
      nf_type:
        type: string 
      nf_naming:
        type: org.openecomp.datatypes.Naming
        Default: true
      availability_zone_max_count: 
        type: integer     
        default: 1 
        constraints:
        - valid_values: [0,1,2]
      min_instances:
        type: integer 
      max_instances:
        type: integer