This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new faaf7669c59 Update isolation methods description for physical network 
(#12759)
faaf7669c59 is described below

commit faaf7669c59f1dc7d841e6ba0cd583009db4e288
Author: Davi Torres <[email protected]>
AuthorDate: Tue Mar 10 09:45:42 2026 -0400

    Update isolation methods description for physical network (#12759)
---
 .../cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java
 
b/api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java
index 75444bebd3d..097b8a5b545 100644
--- 
a/api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java
+++ 
b/api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreatePhysicalNetworkCmd.java
@@ -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")

Reply via email to