[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-logging-lib / openecomp-sdc-logging-api / src / main / java / org / openecomp / sdc / logging / types / LoggerServiceName.java
index 3fac954..c6d9ebb 100644 (file)
@@ -7,9 +7,9 @@
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -38,6 +38,11 @@ public enum LoggerServiceName {
   Get_EP,
   Delete_EP,
 
+  Create_LIMIT,
+  Delete_LIMIT,
+  Update_LIMIT,
+  Get_LIMIT,
+
   List_FG,
   Create_FG,
   Update_FG,
@@ -104,9 +109,9 @@ public enum LoggerServiceName {
   Get_Questionnaire_Component,
   Update_Questionnaire_Component,
 
-  Upload_MIB_File,
-  Delete_MIB_File,
-  List_MIB_Files,
+  Upload_Monitoring_Artifact,
+  Delete_Monitoring_Artifact,
+  List_Monitoring_Artifacts,
 
   List_Network,
   Create_Network,
@@ -126,19 +131,42 @@ public enum LoggerServiceName {
   Create_Process,
   Update_Process,
 
+  Create_Compute,
+  List_Computes,
+  Get_Compute,
+  Update_Compute,
+  Delete_Compute,
+  Get_Questionnaire_Compute,
+  Update_Questionnaire_Compute,
+
   Insert_To_ApplicationConfig_Table,
   Get_From_ApplicationConfig_Table,
   Get_List_From_ApplicationConfig_Table_By_Namespace,
 
+  Create_Deployment_Flavor,
+  Get_List_Deployment_flavor,
+  Get_Deployment_flavor,
+  Delete_Deployment_flavor,
+  Update_Deployment_flavor,
+
   Get_List_Activity_Log,
 
   Validate,
   Enrich, Delete_VSP, Get_Process_Artifact, Create_Entity, Checkout_Entity, Undo_Checkout_Entity,
   Checkin_Entity, Submit_Entity, Get_Entity_Version, Delete_Entity, Undo_Delete_Entity,
   Translate_Resource, Translate_HEAT, LoggerServiceName, Get_VSP_List, Delete_VLM, Update_Manifest,
+  Create_Image,
+  GET_Image_Schema,
+  List_Images,
+  GET_Image,
+  Delete_Image,
+  Update_Image,
 
   CREATE_COMPONENT_DEPENDENCY_MODEL,
-  GET_COMPONENT_DEPENDENCY_MODEL;
+  GET_COMPONENT_DEPENDENCY_MODEL,
+
+  Health_check
+  ;
 
   public static String getServiceName(LoggerServiceName serviceName) {
     return serviceName.name().replace("_", " ");