shwstppr commented on a change in pull request #5786:
URL: https://github.com/apache/cloudstack/pull/5786#discussion_r821412144



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreateNetworkOfferingCmd.java
##########
@@ -92,6 +92,12 @@
     @Parameter(name = ApiConstants.GUEST_IP_TYPE, type = CommandType.STRING, 
required = true, description = "guest type of the network offering: Shared or 
Isolated")
     private String guestIptype;
 
+    @Parameter(name = ApiConstants.INTERNET_PROTOCOL,
+            type = CommandType.STRING,
+            description = "The internet protocol of network offering. Options 
are ip4 and dualstack. Default is ipv4. dualstack will create a network 
offering that supports both IPv4 and IPv6",

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to