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: OrchestratorPluginSRMService.ts
import{OrchestratorBaseService}from"./OrchestratorBaseService";
exportclassOrchestratorPluginSRMServiceextendsOrchestratorBaseService{
constructor(strProjectID:string){
super(strProjectID,"PluginSRM");
}
}Class Functions:
- Orchestrator Function: Server Find All For Type ( SRM )
- Orchestrator Function: Server Find For Type ( SRM )
- Orchestrator Function: SRM Folder Mapping Create
- Orchestrator Function: SRM Network Mapping Create
- Orchestrator Function: SRM Protection Group Add vCenter Virtual Machine
- Orchestrator Function: SRM Protection Group Remove vCenter Virtual Machine
- Orchestrator Function: SRM Protection Groups Get
- Orchestrator Function: SRM Recovery Plans Get
- Orchestrator Function: SRM Site Get
- Orchestrator Function: SRM Site Get by Name
- Orchestrator Function: SRM Sites Get
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
