Skip to content

Commit 3ee8482

Browse files
committed
Added since to api parameter
1 parent 83ec190 commit 3ee8482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)