diff options
author | dermot123 <dermot.melia@est.tech> | 2019-03-13 12:37:35 +0000 |
---|---|---|
committer | dermot123 <dermot.melia@est.tech> | 2019-03-13 12:37:35 +0000 |
commit | d83268a4cb465fa79f8b57483517226d588fb427 (patch) | |
tree | c8f32b63d00954987829918af2da2947d5d9f186 /common-app-api/src/main/java | |
parent | 56e535b98ea753d7b64dfbdb9d64d380457eaba5 (diff) |
Add Deployment Artifacts to PNF
Add support for PM_Dictionary and VES Events Deployment Artifacts to PNF
Change-Id: Ief85d40bd180aae0662cfb58f794f5b0d7e5ec9c
Issue-ID: SDC-2109
Issue-ID: SDC-2155
Signed-off-by: dermot123 <dermot.melia@est.tech>
Diffstat (limited to 'common-app-api/src/main/java')
-rw-r--r-- | common-app-api/src/main/java/org/openecomp/sdc/common/api/ArtifactTypeEnum.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common-app-api/src/main/java/org/openecomp/sdc/common/api/ArtifactTypeEnum.java b/common-app-api/src/main/java/org/openecomp/sdc/common/api/ArtifactTypeEnum.java index 47babeee9b..c0dc90e49a 100644 --- a/common-app-api/src/main/java/org/openecomp/sdc/common/api/ArtifactTypeEnum.java +++ b/common-app-api/src/main/java/org/openecomp/sdc/common/api/ArtifactTypeEnum.java @@ -39,7 +39,8 @@ public enum ArtifactTypeEnum { AAI_SERVICE_MODEL("AAI_SERVICE_MODEL"), AAI_VF_MODEL("AAI_VF_MODEL"), AAI_VF_MODULE_MODEL("AAI_VF_MODULE_MODEL"), AAI_VF_INSTANCE_MODEL("AAI_VF_INSTANCE_MODEL"), // MIB artifacts SNMP_POLL ("SNMP_POLL"), SNMP_TRAP("SNMP_TRAP"), GUIDE("GUIDE"), - PLAN("PLAN") + PLAN("PLAN"), + PM_DICTIONARY("PM_DICTIONARY") ; ArtifactTypeEnum(String type) { |