mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7542:CreateNetworkCmd and CreateNetworkCmdByAdmin both have
their own "vlan" parameters.
This commit is contained in:
parent
4179ccbf55
commit
8a3793c582
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue