summaryrefslogtreecommitdiffstats
path: root/docs/ONAP Model Spec/dm/GroupTypes.rst
blob: 3a1ad5bf2c0f2e93e74941e9fe4f204efcd83056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. Copyright 2019 (China Mobile)
.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

Group Types
===================

| **tosca.groups.nfv.PlacementGroup:**
|     derived_from: tosca.groups.Root
|     description: PlacementGroup is used for describing the affinity or anti-affinity relationship applicable between the virtualization containers to be created based on different VDUs, or between internal VLs to be created based on different VnfVirtualLinkDesc(s)
|     properties:
|       description:
|         type: string
|         description: Human readable description of the group
|         required: true
|     members: [ tosca.nodes.nfv.Vdu.Compute, tosca.nodes.nfv.VnfVirtualLink ]