CLOUDSTACK-7542:CreateNetworkCmd and CreateNetworkCmdByAdmin both have

their own "vlan" parameters.
This commit is contained in:
Min Chen 2014-09-12 15:50:18 -07:00
parent 4179ccbf55
commit 8a3793c582

View File

@ -93,9 +93,6 @@ public class CreateNetworkCmd extends BaseCmd {
+ " range. If not specified, will be defaulted to startIP")
private String endIp;
@Parameter(name = ApiConstants.VLAN, type = CommandType.STRING, description = "the ID or VID of the network")
private String vlan;
@Parameter(name = ApiConstants.ISOLATED_PVLAN, type = CommandType.STRING, description = "the isolated private vlan for this network")
private String isolatedPvlan;