IT Test Import tosca types for a model
[sdc.git] / integration-tests / src / test / resources / Files / imports / tosca / group-types / groupTypes.yml
1 tosca.groups.nfv.NsPlacementGroup:
2   derived_from: tosca.groups.Root
3   description: NsPlacementGroup is used for describing the affinity or anti-affinity relationship applicable between VNF instances created using different VNFDs, the Virtual Link instances created using different VLDs or the nested NS instances created using different NSDs when used in a NSD.
4   properties:
5     description:
6       type: string
7       description: Human readable description of the group
8       required: true
9   members: [tosca.nodes.nfv.VNF, tosca.nodes.nfv.NsVirtualLink, tosca.nodes.nfv.NS]