Skip to content

Commit ac02a31

Browse files
committed
Keep previous param name
1 parent e59bb41 commit ac02a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/firewall/CreatePortForwardingRuleCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ public class CreatePortForwardingRuleCmd extends BaseAsyncCreateCmd implements P
106106
description = "the ID of the virtual machine for the port forwarding rule")
107107
private Long virtualMachineId;
108108

109-
@Parameter(name = ApiConstants.SOURCE_CIDR_LIST,
109+
@Parameter(name = ApiConstants.CIDR_LIST,
110110
type = CommandType.LIST,
111111
collectionType = CommandType.STRING,
112-
description = "the source CIDR list to allow traffic from; all other CIDRs will be blocked. " +
112+
description = " the source CIDR list to allow traffic from; all other CIDRs will be blocked. " +
113113
"Multiple entries must be separated by a single comma character (,). This param will be used only for VPC's networks. By default, all CIDRs are allowed.")
114114
private List<String> sourceCidrList;
115115

0 commit comments

Comments
 (0)