c4e6f1ce4a122d1d04bf6d5fbe2626a22fab9556
[sdc.git] /
1 package org.openecomp.sdc.translator.datatypes.heattotosca.unifiedmodel.composition;
2
3 /**
4  * @author SHIRIA
5  * @since March 02, 2017.
6  */
7 public enum UnifiedCompositionMode {
8   SingleSubstitution,
9   ScalingInstances,
10   // todo - support B1 SingleSubstitution, but create diff types/services vm_type+<index>
11   CatalogInstance,
12   NestedSingleCompute;
13 }