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: VcVirtualMachineGetAllVcVirtualDisk
public VcVirtualMachineGetAllVcVirtualDisk(objVcVirtualMachine: VcVirtualMachine): VcVirtualDisk[] {
let arrVcVirtualDisk: VcVirtualDisk[] = this.VcVirtualMachineGetAllVcVirtualDevicesByType<VcVirtualDisk>(objVcVirtualMachine);
arrVcVirtualDisk = this.VcManagedEntitySort(arrVcVirtualDisk, SortOrder.Forward, "unitNumber");
return arrVcVirtualDisk;
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
