@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
71 lines • 3.79 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! ***
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.RoutingPolicy = exports.Link = exports.getRoutingPolicyOutput = exports.getRoutingPolicy = exports.getPopsOutput = exports.getPops = exports.getPopOutput = exports.getPop = exports.getPartnersOutput = exports.getPartners = exports.getPartnerOutput = exports.getPartner = exports.getLinkOutput = exports.getLink = exports.getDedicatedConnectionOutput = exports.getDedicatedConnection = void 0;
const pulumi = __importStar(require("@pulumi/pulumi"));
const utilities = __importStar(require("../utilities"));
exports.getDedicatedConnection = null;
exports.getDedicatedConnectionOutput = null;
utilities.lazyLoad(exports, ["getDedicatedConnection", "getDedicatedConnectionOutput"], () => require("./getDedicatedConnection"));
exports.getLink = null;
exports.getLinkOutput = null;
utilities.lazyLoad(exports, ["getLink", "getLinkOutput"], () => require("./getLink"));
exports.getPartner = null;
exports.getPartnerOutput = null;
utilities.lazyLoad(exports, ["getPartner", "getPartnerOutput"], () => require("./getPartner"));
exports.getPartners = null;
exports.getPartnersOutput = null;
utilities.lazyLoad(exports, ["getPartners", "getPartnersOutput"], () => require("./getPartners"));
exports.getPop = null;
exports.getPopOutput = null;
utilities.lazyLoad(exports, ["getPop", "getPopOutput"], () => require("./getPop"));
exports.getPops = null;
exports.getPopsOutput = null;
utilities.lazyLoad(exports, ["getPops", "getPopsOutput"], () => require("./getPops"));
exports.getRoutingPolicy = null;
exports.getRoutingPolicyOutput = null;
utilities.lazyLoad(exports, ["getRoutingPolicy", "getRoutingPolicyOutput"], () => require("./getRoutingPolicy"));
exports.Link = null;
utilities.lazyLoad(exports, ["Link"], () => require("./link"));
exports.RoutingPolicy = null;
utilities.lazyLoad(exports, ["RoutingPolicy"], () => require("./routingPolicy"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "scaleway:interlink/link:Link":
return new exports.Link(name, undefined, { urn });
case "scaleway:interlink/routingPolicy:RoutingPolicy":
return new exports.RoutingPolicy(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("scaleway", "interlink/link", _module);
pulumi.runtime.registerResourceModule("scaleway", "interlink/routingPolicy", _module);
//# sourceMappingURL=index.js.map