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: VcClusterComputeResourceService.ts
import{MissingRequiredParameterError}from"../../utilities/Extensions";
import{VcBaseService}from"./VcBaseService";
exportclassVcClusterComputeResourceServiceextendsVcBaseService{
constructor(strProjectID:string){
if (!strProjectID){
thrownewMissingRequiredParameterError('strProjectID');
}
super(strProjectID,"VcClusterComputeResource");
}
}Class Functions:
- Orchestrator Function: vCenter Cluster Compute Resource Configure DNS
- Orchestrator Function: vCenter Cluster Compute Resource Configure Power Policy
- Orchestrator Function: vCenter Cluster Compute Resource Get Best VcHostSystem
- Orchestrator Function: vCenter Cluster Compute Resource Get VcGuestOsDescriptors
- Orchestrator Function: vCenter Cluster Compute Resource Reconfigure
- Orchestrator Function: vCenter Cluster Compute Resource Rescan Storage
- Orchestrator Function: vCenter Cluster Compute Resource Set License Key
- Orchestrator Function: vCenter Cluster Compute Resource Set Minimum Hardware Version
- Orchestrator Functions: vCenter Cluster Compute Resource IPv6 Toggle
- Orchestrator Functions: vCenter Cluster Compute Resource NTP Server Toggle
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
