UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

28 lines (27 loc) 2.14 kB
export { DnatEntriesArgs, DnatEntriesResult, DnatEntriesOutputArgs } from "./dnatEntries"; export declare const dnatEntries: typeof import("./dnatEntries").dnatEntries; export declare const dnatEntriesOutput: typeof import("./dnatEntries").dnatEntriesOutput; export { DnatEntryArgs, DnatEntryState } from "./dnatEntry"; export type DnatEntry = import("./dnatEntry").DnatEntry; export declare const DnatEntry: typeof import("./dnatEntry").DnatEntry; export { GatewayArgs, GatewayState } from "./gateway"; export type Gateway = import("./gateway").Gateway; export declare const Gateway: typeof import("./gateway").Gateway; export { GatewaysArgs, GatewaysResult, GatewaysOutputArgs } from "./gateways"; export declare const gateways: typeof import("./gateways").gateways; export declare const gatewaysOutput: typeof import("./gateways").gatewaysOutput; export { GetDnatEntriesArgs, GetDnatEntriesResult, GetDnatEntriesOutputArgs } from "./getDnatEntries"; export declare const getDnatEntries: typeof import("./getDnatEntries").getDnatEntries; export declare const getDnatEntriesOutput: typeof import("./getDnatEntries").getDnatEntriesOutput; export { GetGatewaysArgs, GetGatewaysResult, GetGatewaysOutputArgs } from "./getGateways"; export declare const getGateways: typeof import("./getGateways").getGateways; export declare const getGatewaysOutput: typeof import("./getGateways").getGatewaysOutput; export { GetSnatEntriesArgs, GetSnatEntriesResult, GetSnatEntriesOutputArgs } from "./getSnatEntries"; export declare const getSnatEntries: typeof import("./getSnatEntries").getSnatEntries; export declare const getSnatEntriesOutput: typeof import("./getSnatEntries").getSnatEntriesOutput; export { SnatEntriesArgs, SnatEntriesResult, SnatEntriesOutputArgs } from "./snatEntries"; export declare const snatEntries: typeof import("./snatEntries").snatEntries; export declare const snatEntriesOutput: typeof import("./snatEntries").snatEntriesOutput; export { SnatEntryArgs, SnatEntryState } from "./snatEntry"; export type SnatEntry = import("./snatEntry").SnatEntry; export declare const SnatEntry: typeof import("./snatEntry").SnatEntry;