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.

16 lines (15 loc) 334 B
/** * NET * @targetNSAlias `tns` * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Platform.Entities` */ export interface Net { /** xs:int */ NetKbpsIn?: number; /** xs:int */ NetKbpsInReal?: number; /** xs:int */ NetKbpsOut?: number; /** xs:int */ NetKbpsOutReal?: number; }