summaryrefslogtreecommitdiffstats
path: root/docs/ONAP Model Spec/dm/GroupTypes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ONAP Model Spec/dm/GroupTypes.rst')
-rw-r--r--docs/ONAP Model Spec/dm/GroupTypes.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/ONAP Model Spec/dm/GroupTypes.rst b/docs/ONAP Model Spec/dm/GroupTypes.rst
new file mode 100644
index 0000000..3a1ad5b
--- /dev/null
+++ b/docs/ONAP Model Spec/dm/GroupTypes.rst
@@ -0,0 +1,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 ]
+