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 check if a Network View Owns a Dns View Name using the Infoblox Plugin.
Function: IpamNetworkViewOwnsDnsView
public IpamNetworkViewOwnsDnsView(objIpamConnection: IpamConnection, strNetworkView: string, strDnsView: string): boolean {
let objIpamViewManager: IpamViewManager = objIpamConnection.getViewManager();
let blnIsDnsViewOwnedByNetworkView: boolean = objIpamViewManager.isDnsViewOwnedByNetworkView(strDnsView, strNetworkView);
return blnIsDnsViewOwnedByNetworkView;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
