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