import * as pulumi from "@pulumi/pulumi"; export declare function getSystemAutoupdatePushUpdate(args?: GetSystemAutoupdatePushUpdateArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking GetSystemAutoupdatePushUpdate. */ export interface GetSystemAutoupdatePushUpdateArgs { vdomparam?: string; } /** * A collection of values returned by GetSystemAutoupdatePushUpdate. */ export interface GetSystemAutoupdatePushUpdateResult { readonly address: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly override: string; readonly port: number; readonly status: string; readonly vdomparam?: string; } export declare function getSystemAutoupdatePushUpdateOutput(args?: GetSystemAutoupdatePushUpdateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking GetSystemAutoupdatePushUpdate. */ export interface GetSystemAutoupdatePushUpdateOutputArgs { vdomparam?: pulumi.Input; }