UNPKG

@linode/api-v4

Version:
18 lines 792 B
import type { NodeBalancerConfigNodeWithPort } from './types'; export declare const combineConfigNodeAddressAndPort: (data: any) => any; export declare const combineConfigNodeAddressAndPortBeta: (data: any) => any; export declare const combineNodeBalancerConfigNodeAddressAndPort: (data: any) => any; export declare const combineNodeBalancerConfigNodeAddressAndPortBeta: (data: any) => any; export declare const mergeAddressAndPort: (node: NodeBalancerConfigNodeWithPort) => { address: string; port?: number; config_id: number; id: number; label: string; mode: import("./types").NodeBalancerConfigNodeMode; nodebalancer_id: number; status: "DOWN" | "unknown" | "UP"; vpc_config_id?: null | number; weight: number; }; //# sourceMappingURL=utils.d.ts.map