import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; /** * SdwanSaasQualityProfile data source */ export declare function getSdwanSaasQualityProfile(args: GetSdwanSaasQualityProfileArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getSdwanSaasQualityProfile. */ export interface GetSdwanSaasQualityProfileArgs { /** * The device in which the resource is defined */ device?: string; folder?: string; /** * UUID of the resource */ id: string; name?: string; snippet?: string; } /** * A collection of values returned by getSdwanSaasQualityProfile. */ export interface GetSdwanSaasQualityProfileResult { /** * The device in which the resource is defined */ readonly device: string; readonly folder: string; /** * UUID of the resource */ readonly id: string; readonly monitorMode: outputs.GetSdwanSaasQualityProfileMonitorMode; readonly name: string; readonly snippet: string; readonly tfid: string; } /** * SdwanSaasQualityProfile data source */ export declare function getSdwanSaasQualityProfileOutput(args: GetSdwanSaasQualityProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getSdwanSaasQualityProfile. */ export interface GetSdwanSaasQualityProfileOutputArgs { /** * The device in which the resource is defined */ device?: pulumi.Input; folder?: pulumi.Input; /** * UUID of the resource */ id: pulumi.Input; name?: pulumi.Input; snippet?: pulumi.Input; } //# sourceMappingURL=getSdwanSaasQualityProfile.d.ts.map