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