mirror of https://github.com/apache/cloudstack.git
Merge 8daac5d10a into 9bbd32a8ef
This commit is contained in:
commit
80fbe6baff
|
|
@ -75,7 +75,7 @@ public class CreatePhysicalNetworkCmd extends BaseAsyncCreateCmd {
|
|||
@Parameter(name = ApiConstants.ISOLATION_METHODS,
|
||||
type = CommandType.LIST,
|
||||
collectionType = CommandType.STRING,
|
||||
description = "The isolation method for the physical Network[VLAN/L3/GRE]")
|
||||
description = "The isolation method for the physical Network[VLAN/VXLAN/GRE/STT/BCF_SEGMENT/SSP/ODL/L3VPN/VCS/NSX/NETRIS]")
|
||||
private List<String> isolationMethods;
|
||||
|
||||
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, required = true, description = "The name of the physical Network")
|
||||
|
|
|
|||
Loading…
Reference in New Issue