This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new bc05bd1  api: Fix API argument documentation to list supported 
protocols (#3423)
bc05bd1 is described below

commit bc05bd1a0e3a0ad27b994c3f1f3a8a522a588ee6
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Wed Jun 26 07:51:41 2019 +0530

    api: Fix API argument documentation to list supported protocols (#3423)
    
    This fixes the API arg description to advise the user the possible
    protocol options they can provide to the createLoadBalancerRule API.
    
    Fixes #3090
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .../api/command/user/loadbalancer/CreateLoadBalancerRuleCmd.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/CreateLoadBalancerRuleCmd.java
 
b/api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/CreateLoadBalancerRuleCmd.java
index f936765..53273fe 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/CreateLoadBalancerRuleCmd.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/CreateLoadBalancerRuleCmd.java
@@ -114,7 +114,7 @@ public class CreateLoadBalancerRuleCmd extends 
BaseAsyncCreateCmd /*implements L
         + "rule will be created for. Required when public Ip address is not 
associated with any Guest network yet (VPC case)")
     private Long networkId;
 
-    @Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, 
description = "The protocol for the LB")
+    @Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, 
description = "The protocol for the LB such as tcp, udp or tcp-proxy.")
     private String lbProtocol;
 
     @Parameter(name = ApiConstants.FOR_DISPLAY, type = CommandType.BOOLEAN, 
description = "an optional field, whether to the display the rule to the end 
user or not", since = "4.4", authorized = {RoleType.Admin})

Reply via email to