@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
39 lines • 3 kB
TypeScript
export { AccountArgs, AccountState } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { AccountLegacyArgs, AccountLegacyState } from "./accountLegacy";
export type AccountLegacy = import("./accountLegacy").AccountLegacy;
export declare const AccountLegacy: typeof import("./accountLegacy").AccountLegacy;
export { CertificateArgs, CertificateState } from "./certificate";
export type Certificate = import("./certificate").Certificate;
export declare const Certificate: typeof import("./certificate").Certificate;
export { CertificateLegacyArgs, CertificateLegacyState } from "./certificateLegacy";
export type CertificateLegacy = import("./certificateLegacy").CertificateLegacy;
export declare const CertificateLegacy: typeof import("./certificateLegacy").CertificateLegacy;
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
export declare const getAccount: typeof import("./getAccount").getAccount;
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
export { GetAccountLegacyArgs, GetAccountLegacyResult, GetAccountLegacyOutputArgs } from "./getAccountLegacy";
export declare const getAccountLegacy: typeof import("./getAccountLegacy").getAccountLegacy;
export declare const getAccountLegacyOutput: typeof import("./getAccountLegacy").getAccountLegacyOutput;
export { GetAccountsResult } from "./getAccounts";
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
export { GetAccountsLegacyResult } from "./getAccountsLegacy";
export declare const getAccountsLegacy: typeof import("./getAccountsLegacy").getAccountsLegacy;
export declare const getAccountsLegacyOutput: typeof import("./getAccountsLegacy").getAccountsLegacyOutput;
export { GetPluginArgs, GetPluginResult, GetPluginOutputArgs } from "./getPlugin";
export declare const getPlugin: typeof import("./getPlugin").getPlugin;
export declare const getPluginOutput: typeof import("./getPlugin").getPluginOutput;
export { GetPluginLegacyArgs, GetPluginLegacyResult, GetPluginLegacyOutputArgs } from "./getPluginLegacy";
export declare const getPluginLegacy: typeof import("./getPluginLegacy").getPluginLegacy;
export declare const getPluginLegacyOutput: typeof import("./getPluginLegacy").getPluginLegacyOutput;
export { GetPluginsResult } from "./getPlugins";
export declare const getPlugins: typeof import("./getPlugins").getPlugins;
export declare const getPluginsOutput: typeof import("./getPlugins").getPluginsOutput;
export { GetPluginsLegacyResult } from "./getPluginsLegacy";
export declare const getPluginsLegacy: typeof import("./getPluginsLegacy").getPluginsLegacy;
export declare const getPluginsLegacyOutput: typeof import("./getPluginsLegacy").getPluginsLegacyOutput;
import * as dns from "./dns";
export { dns, };
//# sourceMappingURL=index.d.ts.map