UNPKG

@pulumi/juniper-mist

Version:

A Pulumi package for creating and managing Juniper Mist resources.

97 lines 5.41 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; }; var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.types = exports.site = exports.org = exports.device = exports.config = exports.UpgradeDevice = exports.getSitesOutput = exports.getSites = exports.getConstWebhooksOutput = exports.getConstWebhooks = exports.getConstTrafficTypesOutput = exports.getConstTrafficTypes = exports.getConstFingerprintsOutput = exports.getConstFingerprints = exports.getConstCountriesOutput = exports.getConstCountries = exports.getConstApplicationsOutput = exports.getConstApplications = exports.getConstAppSubCategoriesOutput = exports.getConstAppSubCategories = exports.getConstAppCategoriesOutput = exports.getConstAppCategories = exports.getConstAlarmsOutput = exports.getConstAlarms = void 0; const pulumi = __importStar(require("@pulumi/pulumi")); const utilities = __importStar(require("./utilities")); exports.getConstAlarms = null; exports.getConstAlarmsOutput = null; utilities.lazyLoad(exports, ["getConstAlarms", "getConstAlarmsOutput"], () => require("./getConstAlarms")); exports.getConstAppCategories = null; exports.getConstAppCategoriesOutput = null; utilities.lazyLoad(exports, ["getConstAppCategories", "getConstAppCategoriesOutput"], () => require("./getConstAppCategories")); exports.getConstAppSubCategories = null; exports.getConstAppSubCategoriesOutput = null; utilities.lazyLoad(exports, ["getConstAppSubCategories", "getConstAppSubCategoriesOutput"], () => require("./getConstAppSubCategories")); exports.getConstApplications = null; exports.getConstApplicationsOutput = null; utilities.lazyLoad(exports, ["getConstApplications", "getConstApplicationsOutput"], () => require("./getConstApplications")); exports.getConstCountries = null; exports.getConstCountriesOutput = null; utilities.lazyLoad(exports, ["getConstCountries", "getConstCountriesOutput"], () => require("./getConstCountries")); exports.getConstFingerprints = null; exports.getConstFingerprintsOutput = null; utilities.lazyLoad(exports, ["getConstFingerprints", "getConstFingerprintsOutput"], () => require("./getConstFingerprints")); exports.getConstTrafficTypes = null; exports.getConstTrafficTypesOutput = null; utilities.lazyLoad(exports, ["getConstTrafficTypes", "getConstTrafficTypesOutput"], () => require("./getConstTrafficTypes")); exports.getConstWebhooks = null; exports.getConstWebhooksOutput = null; utilities.lazyLoad(exports, ["getConstWebhooks", "getConstWebhooksOutput"], () => require("./getConstWebhooks")); exports.getSites = null; exports.getSitesOutput = null; utilities.lazyLoad(exports, ["getSites", "getSitesOutput"], () => require("./getSites")); __exportStar(require("./provider"), exports); const provider_1 = require("./provider"); exports.UpgradeDevice = null; utilities.lazyLoad(exports, ["UpgradeDevice"], () => require("./upgradeDevice")); // Export sub-modules: const config = __importStar(require("./config")); exports.config = config; const device = __importStar(require("./device")); exports.device = device; const org = __importStar(require("./org")); exports.org = org; const site = __importStar(require("./site")); exports.site = site; const types = __importStar(require("./types")); exports.types = types; const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "junipermist:index/upgradeDevice:UpgradeDevice": return new exports.UpgradeDevice(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("junipermist", "index/upgradeDevice", _module); pulumi.runtime.registerResourcePackage("junipermist", { version: utilities.getVersion(), constructProvider: (name, type, urn) => { if (type !== "pulumi:providers:junipermist") { throw new Error(`unknown provider type ${type}`); } return new provider_1.Provider(name, undefined, { urn }); }, }); //# sourceMappingURL=index.js.map