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: OrchestratorPluginF5Service.ts
import { OrchestratorBaseService } from "./OrchestratorBaseService";
export class OrchestratorPluginF5Service extends OrchestratorBaseService {
constructor(strProjectID: string) {
super(strProjectID, "PluginF5");
}
}Class Functions:
- Function: F5 Networks Generic Object Get by Name
- Function: F5 Networks Ltm DNS Nameserver Create
- Function: F5 Networks Ltm DNS Zone Create
- Function: F5 Networks Ltm Monitor DNS Create
- Function: F5 Networks Ltm Monitor FTP Create
- Function: F5 Networks Ltm Monitor Gateway ICMP Create
- Function: F5 Networks Ltm Monitor HTTP Create
- Function: F5 Networks Ltm Monitor HTTPS Create
- Function: F5 Networks Ltm Monitor ICMP Create
- Function: F5 Networks Ltm Monitor LDAP Create
- Function: F5 Networks Ltm Monitor MS SQL Create
- Function: F5 Networks Ltm Monitor MySQL / MariaDB Create
- Function: F5 Networks Ltm Monitor NNTP Create
- Function: F5 Networks Ltm Monitor PostgreSQL Create
- Function: F5 Networks Ltm Monitor SMB Create
- Function: F5 Networks Ltm Monitor SMTP Create
- Function: F5 Networks Ltm Monitor TCP Create
- Function: F5 Networks Ltm Monitor TCP ECHO Create
- Function: F5 Networks Ltm Rule Create
- Function: F5 Networks Ltm Virtual Create
- Function: Server Find All For Type ( F5 )
- Function: Server Find For Type ( F5 )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
