Function: vRA Block Device Get All

by Simon Sparks · 7 July 2026

To use this function add it to the class library file named PluginVRAService.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: PluginVRAService.ts

Description: Orchestrator Function to Get All vRA Block Devices

Public Function: VraBlockDeviceGetAll

public VraBlockDeviceGetAll(objVraHost: VraHost, strFilter: string = ""): VraBlockDevice[] {

    let arrVraBlockDevice: VraBlockDevice[] = VraEntitiesFinder.getBlockDevices(objVraHost, strFilter)

    return arrVraBlockDevice;
}
TypeScript

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like