DaanHoogland commented on a change in pull request #3268: Support sort_key for 
vpc_offerings table
URL: https://github.com/apache/cloudstack/pull/3268#discussion_r289751284
 
 

 ##########
 File path: api/src/main/java/com/cloud/network/vpc/VpcProvisioningService.java
 ##########
 @@ -41,12 +43,9 @@ public VpcOffering createVpcOffering(String name, String 
displayText, List<Strin
     public boolean deleteVpcOffering(long offId);
 
     /**
-     * @param vpcOffId
-     * @param vpcOfferingName
-     * @param displayText
-     * @param state
+     * @param vpcOfferingCmd
      * @return
      */
-    public VpcOffering updateVpcOffering(long vpcOffId, String 
vpcOfferingName, String displayText, String state);
+    public VpcOffering updateVpcOffering(final UpdateVPCOfferingCmd 
vpcOfferingCmd);
 
 Review comment:
   not sure if it is a biggy but,... any external plugins may suffer from this 
service api. better to add a new method and mark it deprecated

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to