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:
- Orchestrator Function: Add a CName Record using the Infoblox Plugin
- Orchestrator Function: Add a Host Record using the Infoblox Plugin
- Orchestrator Function: Add a New IpamNetwork
- Orchestrator Function: Add a PTR Record using the Infoblox Plugin
- Orchestrator Function: Add an Address Record using the Infoblox Plugin
- Orchestrator Function: Find an IpamNetwork
- Orchestrator Function: Find CName Records by Alias
- Orchestrator Function: Find CName Records by Canonical Name
- Orchestrator Function: Get an IpamNetwork
- Orchestrator Function: Get Extensible Attribute Definitions using the Infoblox Plugin
- Orchestrator Function: Get Ipam Connection using the Infoblox Plugin
- Orchestrator Function: IpamNetwork Get Next Available IP
- Orchestrator Function: Remove a CName Record using the Infoblox Plugin
- Orchestrator Function: Remove a Host Record using the Infoblox Plugin
- Orchestrator Function: Remove a PTR Record using the Infoblox Plugin
- Orchestrator Function: Remove an Address Record using the Infoblox Plugin
- Orchestrator Function: Remove an IpamNetwork
- Orchestrator Function: Server Find All For Type ( Infoblox IPAM )
- Orchestrator Function: Server Find For Type ( Infoblox IPAM )
- Orchestrator Function: Update a Host Record using the Infoblox Plugin
- Orchestrator Function: Update a Records DnsName using the Infoblox Plugin
- Orchestrator Function: Update a Records IpAddress using the Infoblox Plugin
- Orchestrator Function: Update an IpamNetwork
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
