summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/portMirroring/portMirroring.yml
blob: 125bccce06ce3978c89ef7775542f467765416a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:                
    org.openecomp.nodes.PortMirroringConfiguration:
        derived_from: tosca.nodes.Root
        requirements:
            - source:
                capability: org.openecomp.capabilities.PortMirroring
                occurrences: [1,UNBOUNDED]
            - collector:
                capability: org.openecomp.capabilities.PortMirroring
                occurrences: [1,1]