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 the type of an Ipam Connection.
Function: IpamConnectionIsWAPI
public IpamConnectionIsWAPI(objIpamConnection: IpamConnection): boolean {
return objIpamConnection.apiType === IpamApiType.WAPI;
}Function: IpamConnectionIsCLOUDAPI
public IpamConnectionIsCLOUDAPI(objIpamConnection: IpamConnection): boolean {
return objIpamConnection.apiType === IpamApiType.CLOUD_API;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
