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: OrchestratorPluginVSRService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginVSRServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginVSR");
}
}Class Functions:
- Orchestrator Function: Configure vSphere Replication for vCenter Virtual Machine
- Orchestrator Function: Get vSphere Replication Local Site
- Orchestrator Function: Get vSphere Replication Remote Site
- Orchestrator Function: Get vSphere Replication to vCenter Virtual Machine Source Groups
- Orchestrator Function: Server Find All For Type ( VSR )
- Orchestrator Function: Server Find For Type ( VSR )
- Orchestrator Function: Wait for a vSphere Replication Task to Complete
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
