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: OrchestratorPluginVCACCAFEService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginVCACCAFEServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginVCACCAFE");
}
}Class Functions:
- Orchestrator Function: Create a vCACCAFE Reservation
- Orchestrator Function: Create a vCACCAFE Reservation Policy
- Orchestrator Function: Extend Lease for vCACCAFE Catalog Resource
- Orchestrator Function: Get a vCACCAFE Host
- Orchestrator Function: Server Find All For Type ( vCACCAFE )
- Orchestrator Function: Server Find For Type ( vCACCAFE )
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
