To use this function add it to the class library file named InfobloxService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: InfobloxService.ts
Description: Orchestrator Function to get All Dns View Names from an Ipam Network View using the Infoblox Plugin.
Function: IpamNetworkViewGetDnsViewNames
public IpamNetworkViewGetDnsViewNames(objIpamConnection: IpamConnection, strNetworkViewReference: string): string[] {
let objIpamViewManager: IpamViewManager = objIpamConnection.getViewManager();
let arrDnsView: string[] = objIpamViewManager.getDnsViewsForNetworkView(strNetworkViewReference);
return arrDnsView;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
