mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user