@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
61 lines • 4.36 kB
TypeScript
export { EvpnArgs, EvpnState } from "./evpn";
export type Evpn = import("./evpn").Evpn;
export declare const Evpn: typeof import("./evpn").Evpn;
export { EvpnLegacyArgs, EvpnLegacyState } from "./evpnLegacy";
export type EvpnLegacy = import("./evpnLegacy").EvpnLegacy;
export declare const EvpnLegacy: typeof import("./evpnLegacy").EvpnLegacy;
export { GetEvpnArgs, GetEvpnResult, GetEvpnOutputArgs } from "./getEvpn";
export declare const getEvpn: typeof import("./getEvpn").getEvpn;
export declare const getEvpnOutput: typeof import("./getEvpn").getEvpnOutput;
export { GetEvpnLegacyArgs, GetEvpnLegacyResult, GetEvpnLegacyOutputArgs } from "./getEvpnLegacy";
export declare const getEvpnLegacy: typeof import("./getEvpnLegacy").getEvpnLegacy;
export declare const getEvpnLegacyOutput: typeof import("./getEvpnLegacy").getEvpnLegacyOutput;
export { GetQinqArgs, GetQinqResult, GetQinqOutputArgs } from "./getQinq";
export declare const getQinq: typeof import("./getQinq").getQinq;
export declare const getQinqOutput: typeof import("./getQinq").getQinqOutput;
export { GetQinqLegacyArgs, GetQinqLegacyResult, GetQinqLegacyOutputArgs } from "./getQinqLegacy";
export declare const getQinqLegacy: typeof import("./getQinqLegacy").getQinqLegacy;
export declare const getQinqLegacyOutput: typeof import("./getQinqLegacy").getQinqLegacyOutput;
export { GetSimpleArgs, GetSimpleResult, GetSimpleOutputArgs } from "./getSimple";
export declare const getSimple: typeof import("./getSimple").getSimple;
export declare const getSimpleOutput: typeof import("./getSimple").getSimpleOutput;
export { GetSimpleLegacyArgs, GetSimpleLegacyResult, GetSimpleLegacyOutputArgs } from "./getSimpleLegacy";
export declare const getSimpleLegacy: typeof import("./getSimpleLegacy").getSimpleLegacy;
export declare const getSimpleLegacyOutput: typeof import("./getSimpleLegacy").getSimpleLegacyOutput;
export { GetVlanArgs, GetVlanResult, GetVlanOutputArgs } from "./getVlan";
export declare const getVlan: typeof import("./getVlan").getVlan;
export declare const getVlanOutput: typeof import("./getVlan").getVlanOutput;
export { GetVlanLegacyArgs, GetVlanLegacyResult, GetVlanLegacyOutputArgs } from "./getVlanLegacy";
export declare const getVlanLegacy: typeof import("./getVlanLegacy").getVlanLegacy;
export declare const getVlanLegacyOutput: typeof import("./getVlanLegacy").getVlanLegacyOutput;
export { GetVxlanArgs, GetVxlanResult, GetVxlanOutputArgs } from "./getVxlan";
export declare const getVxlan: typeof import("./getVxlan").getVxlan;
export declare const getVxlanOutput: typeof import("./getVxlan").getVxlanOutput;
export { GetVxlanLegacyArgs, GetVxlanLegacyResult, GetVxlanLegacyOutputArgs } from "./getVxlanLegacy";
export declare const getVxlanLegacy: typeof import("./getVxlanLegacy").getVxlanLegacy;
export declare const getVxlanLegacyOutput: typeof import("./getVxlanLegacy").getVxlanLegacyOutput;
export { QinqArgs, QinqState } from "./qinq";
export type Qinq = import("./qinq").Qinq;
export declare const Qinq: typeof import("./qinq").Qinq;
export { QinqLegacyArgs, QinqLegacyState } from "./qinqLegacy";
export type QinqLegacy = import("./qinqLegacy").QinqLegacy;
export declare const QinqLegacy: typeof import("./qinqLegacy").QinqLegacy;
export { SimpleArgs, SimpleState } from "./simple";
export type Simple = import("./simple").Simple;
export declare const Simple: typeof import("./simple").Simple;
export { SimpleLegacyArgs, SimpleLegacyState } from "./simpleLegacy";
export type SimpleLegacy = import("./simpleLegacy").SimpleLegacy;
export declare const SimpleLegacy: typeof import("./simpleLegacy").SimpleLegacy;
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;
export { VxlanArgs, VxlanState } from "./vxlan";
export type Vxlan = import("./vxlan").Vxlan;
export declare const Vxlan: typeof import("./vxlan").Vxlan;
export { VxlanLegacyArgs, VxlanLegacyState } from "./vxlanLegacy";
export type VxlanLegacy = import("./vxlanLegacy").VxlanLegacy;
export declare const VxlanLegacy: typeof import("./vxlanLegacy").VxlanLegacy;
//# sourceMappingURL=index.d.ts.map