UNPKG

@pulumi/openstack

Version:

A Pulumi package for creating and managing OpenStack cloud resources.

41 lines 2.15 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! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.RuleV2 = exports.PolicyV2 = exports.GroupV2 = exports.getRuleV2Output = exports.getRuleV2 = exports.getPolicyV2Output = exports.getPolicyV2 = exports.getGroupV2Output = exports.getGroupV2 = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getGroupV2 = null; exports.getGroupV2Output = null; utilities.lazyLoad(exports, ["getGroupV2", "getGroupV2Output"], () => require("./getGroupV2")); exports.getPolicyV2 = null; exports.getPolicyV2Output = null; utilities.lazyLoad(exports, ["getPolicyV2", "getPolicyV2Output"], () => require("./getPolicyV2")); exports.getRuleV2 = null; exports.getRuleV2Output = null; utilities.lazyLoad(exports, ["getRuleV2", "getRuleV2Output"], () => require("./getRuleV2")); exports.GroupV2 = null; utilities.lazyLoad(exports, ["GroupV2"], () => require("./groupV2")); exports.PolicyV2 = null; utilities.lazyLoad(exports, ["PolicyV2"], () => require("./policyV2")); exports.RuleV2 = null; utilities.lazyLoad(exports, ["RuleV2"], () => require("./ruleV2")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "openstack:firewall/groupV2:GroupV2": return new exports.GroupV2(name, undefined, { urn }); case "openstack:firewall/policyV2:PolicyV2": return new exports.PolicyV2(name, undefined, { urn }); case "openstack:firewall/ruleV2:RuleV2": return new exports.RuleV2(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("openstack", "firewall/groupV2", _module); pulumi.runtime.registerResourceModule("openstack", "firewall/policyV2", _module); pulumi.runtime.registerResourceModule("openstack", "firewall/ruleV2", _module); //# sourceMappingURL=index.js.map