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) 198 B
import { Server1 } from "./Server1"; /** GetVirtualMachineCost */ export interface GetVirtualMachineCost { /** server */ server?: Server1; /** xs:int */ virtualMachineID?: number; }