Over the course of the next 12 months I will be adding functions to this page so bookmark it and come back regularly for new cool features and updates.
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: VcHostSystemService.ts
import{MissingRequiredParameterError}from"../../utilities/Extensions";
import{VcBaseService}from"./VcBaseService";
@validatable
exportclassVcHostSystemServiceextendsVcBaseService{
constructor(strProjectID:string){
if (!strProjectID){
thrownewMissingRequiredParameterError('strProjectID');
}
super(strProjectID,"VcHostSystem");
}
}Class Functions:
- Orchestrator Function: Find vCenter Host Service by Name
- Orchestrator Function: vCenter Host System Apply Advanced Settings
- Orchestrator Function: vCenter Host System Change Advanced Settings
- Orchestrator Function: vCenter Host System Configure DNS
- Orchestrator Function: vCenter Host System Firewall Ruleset Toggle
- Orchestrator Function: vCenter Host System IPv6 Toggle
- Orchestrator Function: vCenter Host System Maintenance Mode
- Orchestrator Function: vCenter Host System NTP Server Toggle
- Orchestrator Function: vCenter Host System Service Restart
- Orchestrator Function: vCenter Host System Service Start
- Orchestrator Function: vCenter Host System Service Stop
- Orchestrator Function: vCenter Host System SSH Toggle
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
