Skip to content

Commit 316036b

Browse files
committed
Added since to api parameter
1 parent b901cc9 commit 316036b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/loadbalancer/UpdateLoadBalancerRuleCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class UpdateLoadBalancerRuleCmd extends BaseAsyncCustomIdCmd {
6565
@Parameter(name = ApiConstants.PROTOCOL, type = CommandType.STRING, description = "The protocol for the LB")
6666
private String lbProtocol;
6767

68-
@Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, collectionType = CommandType.STRING, description = "the cidr list to forward traffic from")
68+
@Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, collectionType = CommandType.STRING, description = "the cidr list to forward traffic from", since = "4.22")
6969
private List<String> cidrList;
7070

7171
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)