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: OrchestratorPluginOVAService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginOVAServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginOVA");
}
}Class Functions:
- Orchestrator Function: Get vCenter OVF Parse Descriptor Result
- Orchestrator Function: OVF Import Wizard Workflow Create
- Orchestrator Function: Server Find All For Type ( OVA Transfer )
- Orchestrator Function: Server Find For Type ( OVA Transfer )
- Orchestrator Function: vCenter OVF Parse Descriptor
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
