Skip to content

Commit 8a3793c

Browse files
committed
CLOUDSTACK-7542:CreateNetworkCmd and CreateNetworkCmdByAdmin both have
their own "vlan" parameters.
1 parent 4179ccb commit 8a3793c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

api/src/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ public class CreateNetworkCmd extends BaseCmd {
9393
+ " range. If not specified, will be defaulted to startIP")
9494
private String endIp;
9595

96-
@Parameter(name = ApiConstants.VLAN, type = CommandType.STRING, description = "the ID or VID of the network")
97-
private String vlan;
98-
9996
@Parameter(name = ApiConstants.ISOLATED_PVLAN, type = CommandType.STRING, description = "the isolated private vlan for this network")
10097
private String isolatedPvlan;
10198

0 commit comments

Comments
 (0)