UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

76 lines 3.96 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.Server = exports.IpMacAddress = exports.Ip = exports.getServerOutput = exports.getServer = exports.getPartitionSchemaOutput = exports.getPartitionSchema = exports.getOsOutput = exports.getOs = exports.getOptionOutput = exports.getOption = exports.getOfferOutput = exports.getOffer = exports.getIpsOutput = exports.getIps = exports.getIpOutput = exports.getIp = void 0; const pulumi = __importStar(require("@pulumi/pulumi")); const utilities = __importStar(require("../utilities")); exports.getIp = null; exports.getIpOutput = null; utilities.lazyLoad(exports, ["getIp", "getIpOutput"], () => require("./getIp")); exports.getIps = null; exports.getIpsOutput = null; utilities.lazyLoad(exports, ["getIps", "getIpsOutput"], () => require("./getIps")); exports.getOffer = null; exports.getOfferOutput = null; utilities.lazyLoad(exports, ["getOffer", "getOfferOutput"], () => require("./getOffer")); exports.getOption = null; exports.getOptionOutput = null; utilities.lazyLoad(exports, ["getOption", "getOptionOutput"], () => require("./getOption")); exports.getOs = null; exports.getOsOutput = null; utilities.lazyLoad(exports, ["getOs", "getOsOutput"], () => require("./getOs")); exports.getPartitionSchema = null; exports.getPartitionSchemaOutput = null; utilities.lazyLoad(exports, ["getPartitionSchema", "getPartitionSchemaOutput"], () => require("./getPartitionSchema")); exports.getServer = null; exports.getServerOutput = null; utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer")); exports.Ip = null; utilities.lazyLoad(exports, ["Ip"], () => require("./ip")); exports.IpMacAddress = null; utilities.lazyLoad(exports, ["IpMacAddress"], () => require("./ipMacAddress")); exports.Server = null; utilities.lazyLoad(exports, ["Server"], () => require("./server")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "scaleway:elasticmetal/ip:Ip": return new exports.Ip(name, undefined, { urn }); case "scaleway:elasticmetal/ipMacAddress:IpMacAddress": return new exports.IpMacAddress(name, undefined, { urn }); case "scaleway:elasticmetal/server:Server": return new exports.Server(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/ip", _module); pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/ipMacAddress", _module); pulumi.runtime.registerResourceModule("scaleway", "elasticmetal/server", _module); //# sourceMappingURL=index.js.map