Skip to content

Commit faaf766

Browse files
authored
Update isolation methods description for physical network (#12759)
1 parent d8f748a commit faaf766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class CreatePhysicalNetworkCmd extends BaseAsyncCreateCmd {
7575
@Parameter(name = ApiConstants.ISOLATION_METHODS,
7676
type = CommandType.LIST,
7777
collectionType = CommandType.STRING,
78-
description = "The isolation method for the physical Network[VLAN/L3/GRE]")
78+
description = "The isolation method for the physical Network[VLAN/VXLAN/GRE/STT/BCF_SEGMENT/SSP/ODL/L3VPN/VCS/NSX/NETRIS]")
7979
private List<String> isolationMethods;
8080

8181
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, required = true, description = "The name of the physical Network")

0 commit comments

Comments
 (0)