@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
120 lines • 6.95 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.VxlanLegacy = exports.Vxlan = exports.VlanLegacy = exports.Vlan = exports.SimpleLegacy = exports.Simple = exports.QinqLegacy = exports.Qinq = exports.getVxlanLegacyOutput = exports.getVxlanLegacy = exports.getVxlanOutput = exports.getVxlan = exports.getVlanLegacyOutput = exports.getVlanLegacy = exports.getVlanOutput = exports.getVlan = exports.getSimpleLegacyOutput = exports.getSimpleLegacy = exports.getSimpleOutput = exports.getSimple = exports.getQinqLegacyOutput = exports.getQinqLegacy = exports.getQinqOutput = exports.getQinq = exports.getEvpnLegacyOutput = exports.getEvpnLegacy = exports.getEvpnOutput = exports.getEvpn = exports.EvpnLegacy = exports.Evpn = void 0;
const pulumi = __importStar(require("@pulumi/pulumi"));
const utilities = __importStar(require("../../utilities"));
exports.Evpn = null;
utilities.lazyLoad(exports, ["Evpn"], () => require("./evpn"));
exports.EvpnLegacy = null;
utilities.lazyLoad(exports, ["EvpnLegacy"], () => require("./evpnLegacy"));
exports.getEvpn = null;
exports.getEvpnOutput = null;
utilities.lazyLoad(exports, ["getEvpn", "getEvpnOutput"], () => require("./getEvpn"));
exports.getEvpnLegacy = null;
exports.getEvpnLegacyOutput = null;
utilities.lazyLoad(exports, ["getEvpnLegacy", "getEvpnLegacyOutput"], () => require("./getEvpnLegacy"));
exports.getQinq = null;
exports.getQinqOutput = null;
utilities.lazyLoad(exports, ["getQinq", "getQinqOutput"], () => require("./getQinq"));
exports.getQinqLegacy = null;
exports.getQinqLegacyOutput = null;
utilities.lazyLoad(exports, ["getQinqLegacy", "getQinqLegacyOutput"], () => require("./getQinqLegacy"));
exports.getSimple = null;
exports.getSimpleOutput = null;
utilities.lazyLoad(exports, ["getSimple", "getSimpleOutput"], () => require("./getSimple"));
exports.getSimpleLegacy = null;
exports.getSimpleLegacyOutput = null;
utilities.lazyLoad(exports, ["getSimpleLegacy", "getSimpleLegacyOutput"], () => require("./getSimpleLegacy"));
exports.getVlan = null;
exports.getVlanOutput = null;
utilities.lazyLoad(exports, ["getVlan", "getVlanOutput"], () => require("./getVlan"));
exports.getVlanLegacy = null;
exports.getVlanLegacyOutput = null;
utilities.lazyLoad(exports, ["getVlanLegacy", "getVlanLegacyOutput"], () => require("./getVlanLegacy"));
exports.getVxlan = null;
exports.getVxlanOutput = null;
utilities.lazyLoad(exports, ["getVxlan", "getVxlanOutput"], () => require("./getVxlan"));
exports.getVxlanLegacy = null;
exports.getVxlanLegacyOutput = null;
utilities.lazyLoad(exports, ["getVxlanLegacy", "getVxlanLegacyOutput"], () => require("./getVxlanLegacy"));
exports.Qinq = null;
utilities.lazyLoad(exports, ["Qinq"], () => require("./qinq"));
exports.QinqLegacy = null;
utilities.lazyLoad(exports, ["QinqLegacy"], () => require("./qinqLegacy"));
exports.Simple = null;
utilities.lazyLoad(exports, ["Simple"], () => require("./simple"));
exports.SimpleLegacy = null;
utilities.lazyLoad(exports, ["SimpleLegacy"], () => require("./simpleLegacy"));
exports.Vlan = null;
utilities.lazyLoad(exports, ["Vlan"], () => require("./vlan"));
exports.VlanLegacy = null;
utilities.lazyLoad(exports, ["VlanLegacy"], () => require("./vlanLegacy"));
exports.Vxlan = null;
utilities.lazyLoad(exports, ["Vxlan"], () => require("./vxlan"));
exports.VxlanLegacy = null;
utilities.lazyLoad(exports, ["VxlanLegacy"], () => require("./vxlanLegacy"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "proxmoxve:sdn/zone/evpn:Evpn":
return new exports.Evpn(name, undefined, { urn });
case "proxmoxve:sdn/zone/evpnLegacy:EvpnLegacy":
return new exports.EvpnLegacy(name, undefined, { urn });
case "proxmoxve:sdn/zone/qinq:Qinq":
return new exports.Qinq(name, undefined, { urn });
case "proxmoxve:sdn/zone/qinqLegacy:QinqLegacy":
return new exports.QinqLegacy(name, undefined, { urn });
case "proxmoxve:sdn/zone/simple:Simple":
return new exports.Simple(name, undefined, { urn });
case "proxmoxve:sdn/zone/simpleLegacy:SimpleLegacy":
return new exports.SimpleLegacy(name, undefined, { urn });
case "proxmoxve:sdn/zone/vlan:Vlan":
return new exports.Vlan(name, undefined, { urn });
case "proxmoxve:sdn/zone/vlanLegacy:VlanLegacy":
return new exports.VlanLegacy(name, undefined, { urn });
case "proxmoxve:sdn/zone/vxlan:Vxlan":
return new exports.Vxlan(name, undefined, { urn });
case "proxmoxve:sdn/zone/vxlanLegacy:VxlanLegacy":
return new exports.VxlanLegacy(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/evpn", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/evpnLegacy", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/qinq", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/qinqLegacy", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/simple", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/simpleLegacy", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/vlan", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/vlanLegacy", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/vxlan", _module);
pulumi.runtime.registerResourceModule("proxmoxve", "sdn/zone/vxlanLegacy", _module);
//# sourceMappingURL=index.js.map