fix build failure

This commit is contained in:
Pearl Dsilva 2024-01-19 12:17:16 -05:00
parent f7e3a1b178
commit 01e512c4d3
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ public class NsxApiClient {
LbPools lbPools = (LbPools) nsxService.apply(LbPools.class);
String lbServerPoolName = getServerPoolName(tier1GatewayName, lbId);
lbPools.delete(lbServerPoolName, false);
// delete associated LB Active monitor profile
LbMonitorProfiles lbActiveMonitor = (LbMonitorProfiles) nsxService.apply(LbMonitorProfiles.class);
LBMonitorProfileListResult listResult = listLBActiveMonitors(lbActiveMonitor);