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