@hpcc-js/comms
Version:
hpcc-js - Communications
10 lines • 460 B
TypeScript
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