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";
export class OrchestratorPluginVSRService extends OrchestratorBaseService {
constructor(strProjectID: string) {
super(strProjectID, "PluginVSR");
}
}Class Functions:
- Function: Configure vSphere Replication for vCenter Virtual Machine
- Function: Get vSphere Replication Local Site
- Function: Get vSphere Replication Remote Site
- Function: Get vSphere Replication to vCenter Virtual Machine Source Groups
- Function: Server Find All For Type ( VSR )
- Function: Server Find For Type ( VSR )
- 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.
