sureshanaparti commented on a change in pull request #4141:
URL: https://github.com/apache/cloudstack/pull/4141#discussion_r521856578
##########
File path:
core/src/main/java/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java
##########
@@ -72,4 +82,35 @@ public NicTO getNic() {
public Long getVpcId() {
return vpcId;
}
+
+ public LoadBalancerConfigTO[] getNetworkLbConfigs() {
+ return this.networkLbConfigs;
+ }
+
+ public void setNetworkLbConfigs(List<? extends LoadBalancerConfig>
networkLbConfigs) {
+ if (networkLbConfigs == null) {
+ networkLbConfigs = new ArrayList<LoadBalancerConfig>();
+ }
+ this.networkLbConfigs = new
LoadBalancerConfigTO[networkLbConfigs.size()];
Review comment:
@weizhouapache any update here?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]