This is a sample of how to create service which extends the OrchestratorBaseService using the Build Tools.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorPluginInfobloxIPAMService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginInfobloxIPAMServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginInfobloxIPAM");
}
}Class Functions:
- Function: Add a CName Record using the Infoblox Plugin
- Function: Add a Host Record using the Infoblox Plugin
- Function: Add a New IpamNetwork
- Function: Add a PTR Record using the Infoblox Plugin
- Function: Add an Address Record using the Infoblox Plugin
- Function: Add an Ipam Fixed Address
- Function: Add an Ipam Fixed Address in an Ipam Dhcp Range
- Function: Add an Ipam Fixed Address in an Ipam Network
- Function: Add an Ipam Network View using the Infoblox Plugin
- Function: Check if a Address Record Exists in a Dns View using the Infoblox Plugin
- Function: Check if a Network View Owns a Dns View Name using the Infoblox Plugin
- Function: Check if a PTR Record Exists in a Dns View using the Infoblox Plugin
- Function: Check if an Ipam Connection is Online
- Function: Check the Type of an Ipam Connection
- Function: Create an Ipam Connection
- Function: Delete an Ipam Network View using the Infoblox Plugin
- Function: Find an IpamNetwork
- Function: Find CName Records by Alias
- Function: Find CName Records by Canonical Name
- Function: Get All Dns View Names from an Ipam Network View using the Infoblox Plugin
- Function: Get All Dns View Names using the Infoblox Plugin
- Function: Get All Ipam Network View Names using the Infoblox Plugin
- Function: Get All Ipam Network Views using the Infoblox Plugin
- Function: Get an Ipam Connection
- Function: Get an Ipam Fixed Address by Ip Address
- Function: Get an Ipam Network View using the Infoblox Plugin
- Function: Get an IpamNetwork
- Function: Get Extensible Attribute Definitions using the Infoblox Plugin
- Function: Get Ipam Connection using the Infoblox Plugin
- Function: Get Port Group Name from an Ipam Network
- Function: Get Supported WAPI Versions using the Infoblox Plugin
- Function: IpamNetwork Get Next Available IP
- Function: Remove a CName Record using the Infoblox Plugin
- Function: Remove a Host Record using the Infoblox Plugin
- Function: Remove a PTR Record using the Infoblox Plugin
- Function: Remove an Address Record using the Infoblox Plugin
- Function: Remove an Ipam Fixed Address
- Function: Remove an IpamNetwork
- Function: Restart Ipam Services
- Function: Server Find All For Type ( Infoblox IPAM )
- Function: Server Find For Type ( Infoblox IPAM )
- Function: Update a Host Record using the Infoblox Plugin
- Function: Update a Records DnsName using the Infoblox Plugin
- Function: Update a Records IpAddress using the Infoblox Plugin
- Function: Update an Ipam Fixed Address
- Function: Update an IpamNetwork
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
