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) 183 B
import { Hosts } from "./Hosts"; /** SetEnqueueSetReverseDns */ export interface SetEnqueueSetReverseDns { /** xs:string */ ip?: string; /** hosts */ hosts?: Hosts; }