UNPKG

@equinix-labs/pulumi-equinix

Version:

A Pulumi package for creating and managing equinix cloud resources.

83 lines 4.77 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** 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 __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.SshUser = exports.SshKey = exports.NetworkFile = exports.getDeviceTypeOutput = exports.getDeviceType = exports.getDeviceSoftwareOutput = exports.getDeviceSoftware = exports.getDevicePlatformOutput = exports.getDevicePlatform = exports.getDeviceOutput = exports.getDevice = exports.getAccountOutput = exports.getAccount = exports.DeviceLink = exports.Device = exports.Bgp = exports.AclTemplate = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.AclTemplate = null; utilities.lazyLoad(exports, ["AclTemplate"], () => require("./aclTemplate")); exports.Bgp = null; utilities.lazyLoad(exports, ["Bgp"], () => require("./bgp")); exports.Device = null; utilities.lazyLoad(exports, ["Device"], () => require("./device")); exports.DeviceLink = null; utilities.lazyLoad(exports, ["DeviceLink"], () => require("./deviceLink")); exports.getAccount = null; exports.getAccountOutput = null; utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require("./getAccount")); exports.getDevice = null; exports.getDeviceOutput = null; utilities.lazyLoad(exports, ["getDevice", "getDeviceOutput"], () => require("./getDevice")); exports.getDevicePlatform = null; exports.getDevicePlatformOutput = null; utilities.lazyLoad(exports, ["getDevicePlatform", "getDevicePlatformOutput"], () => require("./getDevicePlatform")); exports.getDeviceSoftware = null; exports.getDeviceSoftwareOutput = null; utilities.lazyLoad(exports, ["getDeviceSoftware", "getDeviceSoftwareOutput"], () => require("./getDeviceSoftware")); exports.getDeviceType = null; exports.getDeviceTypeOutput = null; utilities.lazyLoad(exports, ["getDeviceType", "getDeviceTypeOutput"], () => require("./getDeviceType")); exports.NetworkFile = null; utilities.lazyLoad(exports, ["NetworkFile"], () => require("./networkFile")); exports.SshKey = null; utilities.lazyLoad(exports, ["SshKey"], () => require("./sshKey")); exports.SshUser = null; utilities.lazyLoad(exports, ["SshUser"], () => require("./sshUser")); // Export enums: __exportStar(require("../types/enums/networkedge"), exports); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "equinix:networkedge/aclTemplate:AclTemplate": return new exports.AclTemplate(name, undefined, { urn }); case "equinix:networkedge/bgp:Bgp": return new exports.Bgp(name, undefined, { urn }); case "equinix:networkedge/device:Device": return new exports.Device(name, undefined, { urn }); case "equinix:networkedge/deviceLink:DeviceLink": return new exports.DeviceLink(name, undefined, { urn }); case "equinix:networkedge/networkFile:NetworkFile": return new exports.NetworkFile(name, undefined, { urn }); case "equinix:networkedge/sshKey:SshKey": return new exports.SshKey(name, undefined, { urn }); case "equinix:networkedge/sshUser:SshUser": return new exports.SshUser(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("equinix", "networkedge/aclTemplate", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/bgp", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/device", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/deviceLink", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/networkFile", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/sshKey", _module); pulumi.runtime.registerResourceModule("equinix", "networkedge/sshUser", _module); //# sourceMappingURL=index.js.map