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) • 332 B
TypeScript
/**
* infoTypes
* @targetNSAlias `q165`
* @targetNamespace `http://schemas.datacontract.org/2004/07/WcfPerformance.Entities`
*/
export interface InfoTypes {
/** xs:boolean */
BANDWIDTH?: boolean;
/** xs:boolean */
CPU?: boolean;
/** xs:boolean */
IO?: boolean;
/** xs:boolean */
NET?: boolean;
}