@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
16 lines • 904 B
TypeScript
export { BondArgs, BondState } from "./bond";
export type Bond = import("./bond").Bond;
export declare const Bond: typeof import("./bond").Bond;
export { BridgeArgs, BridgeState } from "./bridge";
export type Bridge = import("./bridge").Bridge;
export declare const Bridge: typeof import("./bridge").Bridge;
export { BridgeLegacyArgs, BridgeLegacyState } from "./bridgeLegacy";
export type BridgeLegacy = import("./bridgeLegacy").BridgeLegacy;
export declare const BridgeLegacy: typeof import("./bridgeLegacy").BridgeLegacy;
export { VlanArgs, VlanState } from "./vlan";
export type Vlan = import("./vlan").Vlan;
export declare const Vlan: typeof import("./vlan").Vlan;
export { VlanLegacyArgs, VlanLegacyState } from "./vlanLegacy";
export type VlanLegacy = import("./vlanLegacy").VlanLegacy;
export declare const VlanLegacy: typeof import("./vlanLegacy").VlanLegacy;
//# sourceMappingURL=index.d.ts.map