@muhlba91/pulumi-proxmoxve
Version:
A Pulumi package for creating and managing Proxmox Virtual Environment cloud resources.
25 lines • 1.14 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! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.MetricsServer = exports.getServerOutput = exports.getServer = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getServer = null;
exports.getServerOutput = null;
utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer"));
exports.MetricsServer = null;
utilities.lazyLoad(exports, ["MetricsServer"], () => require("./metricsServer"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "proxmoxve:Metrics/metricsServer:MetricsServer":
return new exports.MetricsServer(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("proxmoxve", "Metrics/metricsServer", _module);
//# sourceMappingURL=index.js.map