To use this function add it to the class library file named vCenterServerService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: vCenterServerService.ts
Function: VcVirtualMachineGetAHCIControllers
public VcVirtualMachineGetAHCIControllers(objVcVirtualMachine: VcVirtualMachine): VcVirtualAHCIController[] {
let arrVcVirtualAHCIController: VcVirtualAHCIController[] = this.VcVirtualMachineGetAllVcVirtualDevicesByType<VcVirtualAHCIController>(objVcVirtualMachine);
arrVcVirtualAHCIController = this.VcManagedEntitySort(arrVcVirtualAHCIController, SortOrder.Forward, "unitNumber");
return arrVcVirtualAHCIController;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
