@hpcc-js/comms
Version:
hpcc-js - Communications
10 lines (9 loc) • 426 B
TypeScript
import { IOptions } from "../connection.ts";
import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.33/WsTopology.ts";
export { WsTopology };
export declare class TopologyService extends TopologyServiceBase {
connectionOptions(): IOptions;
protocol(): string;
ip(): string;
DefaultTpLogicalClusterQuery(request?: WsTopology.TpLogicalClusterQueryRequest): Promise<WsTopology.TpLogicalCluster>;
}