aruba-admin
Version:
A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.
15 lines (14 loc) • 344 B
TypeScript
import { ServerDetails } from "./ServerDetails";
/**
* Value
* @targetNSAlias `q74`
* @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities`
*/
export interface Value62 {
/** xs:int */
DataCenterID?: number;
/** xs:int */
JobId?: number;
/** Server */
Server?: ServerDetails;
}