AT&T 1712 and 1802 release code
[so.git] / adapters / mso-vnf-adapter / src / main / java / org / openecomp / mso / vdu / utils / VduPlugin.java
index 3452a10..0b8b768 100755 (executable)
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START=======================================================
- * OPENECOMP - MSO
+ * ONAP - SO
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
@@ -88,7 +88,7 @@ public interface VduPlugin {
                                String tenantId,
                                String vduInstanceName,
                                VduBlueprint vduBlueprint,
-                               Map <String, ? extends Object> inputs,
+                               Map <String, ?> inputs,
                                String environmentFile,
                                int timeoutMinutes,
                                boolean suppressBackout)
@@ -145,7 +145,7 @@ public interface VduPlugin {
      * @param tenantId The cloud tenant in which to delete the VDU.
      * @param vduInstanceId The unique id of the deployment to delete.
      * @param timeoutMinutes Timeout after which the delete action will be cancelled
-     * @param deleteBlueprint Flag to also delete the blueprint
+     * @param keepBlueprintLoaded Flag to also delete the blueprint
      * 
      * @return A VduInfo object, representing the state of the instance just prior to deletion.
      * 
@@ -198,7 +198,7 @@ public interface VduPlugin {
                                String tenantId,
                                String vduInstanceId,
                                VduBlueprint vduBlueprint,
-                               Map <String, ? extends Object> inputs,
+                               Map <String, ?> inputs,
                                String environmentFile,
                                int timeoutMinutes)
                        throws MsoException;