UNPKG

@muhlba91/pulumi-proxmoxve

Version:

A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.

43 lines 2.59 kB
export { CifsArgs, CifsState } from "./cifs"; export type Cifs = import("./cifs").Cifs; export declare const Cifs: typeof import("./cifs").Cifs; export { CifsLegacyArgs, CifsLegacyState } from "./cifsLegacy"; export type CifsLegacy = import("./cifsLegacy").CifsLegacy; export declare const CifsLegacy: typeof import("./cifsLegacy").CifsLegacy; export { DirectoryArgs, DirectoryState } from "./directory"; export type Directory = import("./directory").Directory; export declare const Directory: typeof import("./directory").Directory; export { DirectoryLegacyArgs, DirectoryLegacyState } from "./directoryLegacy"; export type DirectoryLegacy = import("./directoryLegacy").DirectoryLegacy; export declare const DirectoryLegacy: typeof import("./directoryLegacy").DirectoryLegacy; export { LvmArgs, LvmState } from "./lvm"; export type Lvm = import("./lvm").Lvm; export declare const Lvm: typeof import("./lvm").Lvm; export { LvmLegacyArgs, LvmLegacyState } from "./lvmLegacy"; export type LvmLegacy = import("./lvmLegacy").LvmLegacy; export declare const LvmLegacy: typeof import("./lvmLegacy").LvmLegacy; export { LvmthinArgs, LvmthinState } from "./lvmthin"; export type Lvmthin = import("./lvmthin").Lvmthin; export declare const Lvmthin: typeof import("./lvmthin").Lvmthin; export { LvmthinLegacyArgs, LvmthinLegacyState } from "./lvmthinLegacy"; export type LvmthinLegacy = import("./lvmthinLegacy").LvmthinLegacy; export declare const LvmthinLegacy: typeof import("./lvmthinLegacy").LvmthinLegacy; export { NfsArgs, NfsState } from "./nfs"; export type Nfs = import("./nfs").Nfs; export declare const Nfs: typeof import("./nfs").Nfs; export { NfsLegacyArgs, NfsLegacyState } from "./nfsLegacy"; export type NfsLegacy = import("./nfsLegacy").NfsLegacy; export declare const NfsLegacy: typeof import("./nfsLegacy").NfsLegacy; export { PbsArgs, PbsState } from "./pbs"; export type Pbs = import("./pbs").Pbs; export declare const Pbs: typeof import("./pbs").Pbs; export { PbsLegacyArgs, PbsLegacyState } from "./pbsLegacy"; export type PbsLegacy = import("./pbsLegacy").PbsLegacy; export declare const PbsLegacy: typeof import("./pbsLegacy").PbsLegacy; export { ZfspoolArgs, ZfspoolState } from "./zfspool"; export type Zfspool = import("./zfspool").Zfspool; export declare const Zfspool: typeof import("./zfspool").Zfspool; export { ZfspoolLegacyArgs, ZfspoolLegacyState } from "./zfspoolLegacy"; export type ZfspoolLegacy = import("./zfspoolLegacy").ZfspoolLegacy; export declare const ZfspoolLegacy: typeof import("./zfspoolLegacy").ZfspoolLegacy; //# sourceMappingURL=index.d.ts.map