UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

19 lines (18 loc) 1.03 kB
export { DirArgs, DirState } from "./dir"; export type Dir = import("./dir").Dir; export declare const Dir: typeof import("./dir").Dir; export { GetDirArgs, GetDirResult, GetDirOutputArgs } from "./getDir"; export declare const getDir: typeof import("./getDir").getDir; export declare const getDirOutput: typeof import("./getDir").getDirOutput; export { GetPciArgs, GetPciResult, GetPciOutputArgs } from "./getPci"; export declare const getPci: typeof import("./getPci").getPci; export declare const getPciOutput: typeof import("./getPci").getPciOutput; export { GetUsbArgs, GetUsbResult, GetUsbOutputArgs } from "./getUsb"; export declare const getUsb: typeof import("./getUsb").getUsb; export declare const getUsbOutput: typeof import("./getUsb").getUsbOutput; export { PciArgs, PciState } from "./pci"; export type Pci = import("./pci").Pci; export declare const Pci: typeof import("./pci").Pci; export { UsbArgs, UsbState } from "./usb"; export type Usb = import("./usb").Usb; export declare const Usb: typeof import("./usb").Usb;