UNPKG

aruba-admin

Version:

A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.

9 lines (8 loc) 188 B
import { InfoTypes } from "./InfoTypes"; /** GetVMPerformance */ export interface GetVmPerformance { /** xs:int */ VmID?: number; /** infoTypes */ infoTypes?: InfoTypes; }