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 add an Ipam Fixed Address.
Function: IpamFixedAddressAdd
publicIpamFixedAddressAdd(objIpamConnection:IpamConnection,objIpamFixedAddress:IpamFixedAddress):boolean{
letobjIpamFixedAddressManager:IpamFixedAddressManager=objIpamConnection.getFixedAddressManager();
try{
objIpamFixedAddressManager.addFixedAddress(objIpamFixedAddress);
returntrue;
}
catch (objException){
returnfalse;
}
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
