UNPKG

@hpcc-js/comms

Version:
10 lines 460 B
import { IOptions } from "../connection"; import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.32/WsTopology"; export { WsTopology }; export declare class TopologyService extends TopologyServiceBase { connectionOptions(): IOptions; protocol(): string; ip(): string; DefaultTpLogicalClusterQuery(request?: WsTopology.TpLogicalClusterQueryRequest): Promise<WsTopology.TpLogicalCluster>; } //# sourceMappingURL=wsTopology.d.ts.map