import * as pulumi from "@pulumi/pulumi";
/**
 * > **Deprecated:** Use `proxmoxve.sdn/fabric/node.Ospf` instead. This data source will be removed in v1.0.
 *
 * OSPF Fabric Node in Proxmox SDN. Fabrics in Proxmox VE SDN provide automated routing between nodes in a cluster.
 */
export declare function getOspfLegacy(args: GetOspfLegacyArgs, opts?: pulumi.InvokeOptions): Promise<GetOspfLegacyResult>;
/**
 * A collection of arguments for invoking getOspfLegacy.
 */
export interface GetOspfLegacyArgs {
    /**
     * The unique identifier of the SDN fabric.
     */
    fabricId: string;
    /**
     * The unique identifier of the SDN fabric node.
     */
    nodeId: string;
}
/**
 * A collection of values returned by getOspfLegacy.
 */
export interface GetOspfLegacyResult {
    /**
     * The unique identifier of the SDN fabric.
     */
    readonly fabricId: string;
    /**
     * The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
     */
    readonly id: string;
    /**
     * Set of interface names associated with the fabric node.
     */
    readonly interfaceNames: string[];
    /**
     * IPv4 address for the fabric node.
     */
    readonly ip: string;
    /**
     * The unique identifier of the SDN fabric node.
     */
    readonly nodeId: string;
}
/**
 * > **Deprecated:** Use `proxmoxve.sdn/fabric/node.Ospf` instead. This data source will be removed in v1.0.
 *
 * OSPF Fabric Node in Proxmox SDN. Fabrics in Proxmox VE SDN provide automated routing between nodes in a cluster.
 */
export declare function getOspfLegacyOutput(args: GetOspfLegacyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOspfLegacyResult>;
/**
 * A collection of arguments for invoking getOspfLegacy.
 */
export interface GetOspfLegacyOutputArgs {
    /**
     * The unique identifier of the SDN fabric.
     */
    fabricId: pulumi.Input<string>;
    /**
     * The unique identifier of the SDN fabric node.
     */
    nodeId: pulumi.Input<string>;
}
//# sourceMappingURL=getOspfLegacy.d.ts.map