From 0902d2829ce984730085c816b649bed957ac0d99 Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Thu, 10 Mar 2022 19:42:39 +0000 Subject: Create vfModules for ASD Issue-ID: SDC-3906 Signed-off-by: KrupaNagabhushan Change-Id: I37560a6d672d3ec07af23b3405bbcb7ab195c9dc --- .../src/main/java/org/openecomp/sdc/common/api/Constants.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'common-app-api/src') diff --git a/common-app-api/src/main/java/org/openecomp/sdc/common/api/Constants.java b/common-app-api/src/main/java/org/openecomp/sdc/common/api/Constants.java index d518206ed1..80cc076b56 100644 --- a/common-app-api/src/main/java/org/openecomp/sdc/common/api/Constants.java +++ b/common-app-api/src/main/java/org/openecomp/sdc/common/api/Constants.java @@ -146,8 +146,15 @@ public final class Constants { //Plugin BL public static final String PLUGIN_BL_COMPONENT = "pluginStatusBL"; public static final String DEFAULT_MODEL_NAME = "SDC AID"; - - + //ASD properties + public static final String VF_MODULE_LABEL = "vf_module_label"; + public static final String VF_MODULE_DESCRIPTION = "vf_module_description"; + public static final String MIN_VF_MODULE_INSTANCES = "min_vf_module_instances"; + public static final String MAX_VF_MODULE_INSTANCES = "max_vf_module_instances"; + public static final String INITIAL_COUNT = "initial_count"; + public static final String VF_MODULE_TYPE = "vf_module_type"; + public static final String VOLUME_GROUP = "volume_group"; + public static final String ASD_DEPLOYMENT_ITEM= "tosca.artifacts.asd.deploymentItem"; private Constants() { } -- cgit 1.2.3-korg