import * as pulumi from "@pulumi/pulumi"; export declare function getSystemWccp(args: GetSystemWccpArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetSystemWccp. */ export interface GetSystemWccpArgs { serviceId: string; vdomparam?: string; } /** * A collection of values returned by GetSystemWccp. */ export interface GetSystemWccpResult { readonly assignmentBucketFormat: string; readonly assignmentDstaddrMask: string; readonly assignmentMethod: string; readonly assignmentSrcaddrMask: string; readonly assignmentWeight: number; readonly authentication: string; readonly cacheEngineMethod: string; readonly cacheId: string; readonly forwardMethod: string; readonly groupAddress: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly password: string; readonly ports: string; readonly portsDefined: string; readonly primaryHash: string; readonly priority: number; readonly protocol: number; readonly returnMethod: string; readonly routerId: string; readonly routerList: string; readonly serverList: string; readonly serverType: string; readonly serviceId: string; readonly serviceType: string; readonly vdomparam?: string; } export declare function getSystemWccpOutput(args: GetSystemWccpOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetSystemWccp. */ export interface GetSystemWccpOutputArgs { serviceId: pulumi.Input; vdomparam?: pulumi.Input; }