UNPKG

@muhlba91/pulumi-proxmoxve

Version:

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

75 lines 4.03 kB
"use strict"; // *** 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.node = exports.OspfLegacy = exports.Ospf = exports.OpenfabricLegacy = exports.Openfabric = exports.getOspfLegacyOutput = exports.getOspfLegacy = exports.getOspfOutput = exports.getOspf = exports.getOpenfabricLegacyOutput = exports.getOpenfabricLegacy = exports.getOpenfabricOutput = exports.getOpenfabric = void 0; const pulumi = __importStar(require("@pulumi/pulumi")); const utilities = __importStar(require("../../utilities")); exports.getOpenfabric = null; exports.getOpenfabricOutput = null; utilities.lazyLoad(exports, ["getOpenfabric", "getOpenfabricOutput"], () => require("./getOpenfabric")); exports.getOpenfabricLegacy = null; exports.getOpenfabricLegacyOutput = null; utilities.lazyLoad(exports, ["getOpenfabricLegacy", "getOpenfabricLegacyOutput"], () => require("./getOpenfabricLegacy")); exports.getOspf = null; exports.getOspfOutput = null; utilities.lazyLoad(exports, ["getOspf", "getOspfOutput"], () => require("./getOspf")); exports.getOspfLegacy = null; exports.getOspfLegacyOutput = null; utilities.lazyLoad(exports, ["getOspfLegacy", "getOspfLegacyOutput"], () => require("./getOspfLegacy")); exports.Openfabric = null; utilities.lazyLoad(exports, ["Openfabric"], () => require("./openfabric")); exports.OpenfabricLegacy = null; utilities.lazyLoad(exports, ["OpenfabricLegacy"], () => require("./openfabricLegacy")); exports.Ospf = null; utilities.lazyLoad(exports, ["Ospf"], () => require("./ospf")); exports.OspfLegacy = null; utilities.lazyLoad(exports, ["OspfLegacy"], () => require("./ospfLegacy")); // Export sub-modules: const node = __importStar(require("./node")); exports.node = node; const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "proxmoxve:sdn/fabric/openfabric:Openfabric": return new exports.Openfabric(name, undefined, { urn }); case "proxmoxve:sdn/fabric/openfabricLegacy:OpenfabricLegacy": return new exports.OpenfabricLegacy(name, undefined, { urn }); case "proxmoxve:sdn/fabric/ospf:Ospf": return new exports.Ospf(name, undefined, { urn }); case "proxmoxve:sdn/fabric/ospfLegacy:OspfLegacy": return new exports.OspfLegacy(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("proxmoxve", "sdn/fabric/openfabric", _module); pulumi.runtime.registerResourceModule("proxmoxve", "sdn/fabric/openfabricLegacy", _module); pulumi.runtime.registerResourceModule("proxmoxve", "sdn/fabric/ospf", _module); pulumi.runtime.registerResourceModule("proxmoxve", "sdn/fabric/ospfLegacy", _module); //# sourceMappingURL=index.js.map