summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstanceV2.bpmn
diff options
context:
space:
mode:
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCustomDeleteE2EServiceInstanceV2.bpmn')
0 files changed, 0 insertions, 0 deletions
omp-sdc-translator-lib/openecomp-sdc-translator-core/src/main/java/org/openecomp/sdc/translator/datatypes/heattotosca/unifiedmodel/composition/UnifiedCompositionMode.java?h=1.13.5&id=280f8015d06af1f41a3ef12e8300801c7a5e0d54'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.openecomp.sdc.translator.datatypes.heattotosca.unifiedmodel.composition;

/**
 * @author SHIRIA
 * @since March 02, 2017.
 */
public enum UnifiedCompositionMode {
  SingleSubstitution,
  ScalingInstances,
  // todo - support B1 SingleSubstitution, but create diff types/services vm_type+<index>
  CatalogInstance,
  NestedSingleCompute;
}