import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; /** * BgpRouteMapRedistribution data source */ export declare function getBgpRouteMapRedistribution(args: GetBgpRouteMapRedistributionArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBgpRouteMapRedistribution. */ export interface GetBgpRouteMapRedistributionArgs { /** * The device in which the resource is defined */ device?: string; folder?: string; /** * BGP Route Map Redistributions UUID of the resource */ id: string; name?: string; snippet?: string; } /** * A collection of values returned by getBgpRouteMapRedistribution. */ export interface GetBgpRouteMapRedistributionResult { readonly bgp: outputs.GetBgpRouteMapRedistributionBgp; readonly connectedStatic: outputs.GetBgpRouteMapRedistributionConnectedStatic; readonly description: string; /** * The device in which the resource is defined */ readonly device: string; readonly folder: string; /** * BGP Route Map Redistributions UUID of the resource */ readonly id: string; readonly name: string; readonly ospf: outputs.GetBgpRouteMapRedistributionOspf; readonly snippet: string; readonly tfid: string; } /** * BgpRouteMapRedistribution data source */ export declare function getBgpRouteMapRedistributionOutput(args: GetBgpRouteMapRedistributionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBgpRouteMapRedistribution. */ export interface GetBgpRouteMapRedistributionOutputArgs { /** * The device in which the resource is defined */ device?: pulumi.Input; folder?: pulumi.Input; /** * BGP Route Map Redistributions UUID of the resource */ id: pulumi.Input; name?: pulumi.Input; snippet?: pulumi.Input; } //# sourceMappingURL=getBgpRouteMapRedistribution.d.ts.map