import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getZeroTrustNetworkHostnameRoutes(args: GetZeroTrustNetworkHostnameRoutesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getZeroTrustNetworkHostnameRoutes. */ export interface GetZeroTrustNetworkHostnameRoutesArgs { accountId: string; comment?: string; existedAt?: string; hostname?: string; id?: string; isDeleted?: boolean; maxItems?: number; tunnelId?: string; } /** * A collection of values returned by getZeroTrustNetworkHostnameRoutes. */ export interface GetZeroTrustNetworkHostnameRoutesResult { readonly accountId: string; readonly comment?: string; readonly existedAt?: string; readonly hostname?: string; readonly id?: string; readonly isDeleted: boolean; readonly maxItems?: number; readonly results: outputs.GetZeroTrustNetworkHostnameRoutesResult[]; readonly tunnelId?: string; } export declare function getZeroTrustNetworkHostnameRoutesOutput(args: GetZeroTrustNetworkHostnameRoutesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getZeroTrustNetworkHostnameRoutes. */ export interface GetZeroTrustNetworkHostnameRoutesOutputArgs { accountId: pulumi.Input; comment?: pulumi.Input; existedAt?: pulumi.Input; hostname?: pulumi.Input; id?: pulumi.Input; isDeleted?: pulumi.Input; maxItems?: pulumi.Input; tunnelId?: pulumi.Input; } //# sourceMappingURL=getZeroTrustNetworkHostnameRoutes.d.ts.map