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:
- Function: vCenter Host Service Find by Name
- Function: vCenter Host System Apply Advanced Settings
- Function: vCenter Host System Change Advanced Settings
- Function: vCenter Host System Configure DNS
- Function: vCenter Host System Configure Vmk Interface
- Function: vCenter Host System Firewall Ruleset Allowed IPs Toggle
- Function: vCenter Host System Firewall Ruleset Toggle
- Function: vCenter Host System IPv6 Toggle
- Function: vCenter Host System IPv6 Toggle
- Function: vCenter Host System List Software Packages
- Function: vCenter Host System Lockdown Mode Toggle
- Function: vCenter Host System Maintenance Mode
- Function: vCenter Host System NTP Server Toggle
- Function: vCenter Host System Service Policy Toggle
- Function: vCenter Host System Service Toggle
- Function: vCenter Host System SSH Toggle
- Function: vCenter Host System Syslog Server Toggle
- Function: vCenter Host System Welcome Message Toggle
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
