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: VcDatastoreService.ts
import{MissingRequiredParameterError}from"../../utilities/Extensions";
import{VcBaseService}from"./VcBaseService";
exportclassVcDatastoreServiceextendsVcBaseService{
constructor(strProjectID:string){
if (!strProjectID){
thrownewMissingRequiredParameterError('strProjectID');
}
super(strProjectID,"VcDatastore");
}
}Class Functions:
- Orchestrator Function: Get All Files in a Datastores
- Orchestrator Function: Get All vCenter Virtual Machine Config Files on All Datastores
- Orchestrator Function: Get All vCenter Virtual Machine Files Orphaned
- Orchestrator Function: vCenter Datastore Cluster Get Space Utilization Threshold
- Orchestrator Function: vCenter Datastore Has Enough Free Space
- Orchestrator Function: vCenter Datastore IsType ?
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
