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