import * as pulumi from "@pulumi/pulumi"; export declare function getRouterSetting(args?: GetRouterSettingArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetRouterSetting. */ export interface GetRouterSettingArgs { vdomparam?: string; } /** * A collection of values returned by GetRouterSetting. */ export interface GetRouterSettingResult { readonly bgpDebugFlags: string; readonly hostname: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly igmpDebugFlags: string; readonly imiDebugFlags: string; readonly isisDebugFlags: string; readonly ospf6DebugEventsFlags: string; readonly ospf6DebugIfsmFlags: string; readonly ospf6DebugLsaFlags: string; readonly ospf6DebugNfsmFlags: string; readonly ospf6DebugNsmFlags: string; readonly ospf6DebugPacketFlags: string; readonly ospf6DebugRouteFlags: string; readonly ospfDebugEventsFlags: string; readonly ospfDebugIfsmFlags: string; readonly ospfDebugLsaFlags: string; readonly ospfDebugNfsmFlags: string; readonly ospfDebugNsmFlags: string; readonly ospfDebugPacketFlags: string; readonly ospfDebugRouteFlags: string; readonly pimdmDebugFlags: string; readonly pimsmDebugJoinpruneFlags: string; readonly pimsmDebugSimpleFlags: string; readonly pimsmDebugTimerFlags: string; readonly ripDebugFlags: string; readonly ripngDebugFlags: string; readonly showFilter: string; readonly vdomparam?: string; } export declare function getRouterSettingOutput(args?: GetRouterSettingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetRouterSetting. */ export interface GetRouterSettingOutputArgs { vdomparam?: pulumi.Input; }