UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

37 lines (36 loc) 2.65 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 { GetIpsArgs, GetIpsResult, GetIpsOutputArgs } from "./getIps"; export declare const getIps: typeof import("./getIps").getIps; export declare const getIpsOutput: typeof import("./getIps").getIpsOutput; export { GetSnatEntriesArgs, GetSnatEntriesResult, GetSnatEntriesOutputArgs } from "./getSnatEntries"; export declare const getSnatEntries: typeof import("./getSnatEntries").getSnatEntries; export declare const getSnatEntriesOutput: typeof import("./getSnatEntries").getSnatEntriesOutput; export { IpArgs, IpState } from "./ip"; export type Ip = import("./ip").Ip; export declare const Ip: typeof import("./ip").Ip; export { IpsArgs, IpsResult, IpsOutputArgs } from "./ips"; export declare const ips: typeof import("./ips").ips; export declare const ipsOutput: typeof import("./ips").ipsOutput; 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;