sureshanaparti commented on code in PR #8512:
URL: https://github.com/apache/cloudstack/pull/8512#discussion_r1452919369
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/network/CreateNetworkOfferingCmd.java:
##########
@@ -154,6 +154,12 @@ public class CreateNetworkOfferingCmd extends BaseCmd {
since = "4.20.0")
private String nsxMode;
+ @Parameter(name = ApiConstants.NSX_SUPPORT_LB,
+ type = CommandType.BOOLEAN,
+ description = "true if network offering for NSX network offering
supports Load balancer service.",
+ since = "4.20.0")
Review Comment:
@Pearl1594 will this PR, part of 4.20.0 milestone?
--
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]