UNPKG

@natzka-oss/pulumi-netbox

Version:

A Pulumi package for creating and managing Netbox cloud resources.

28 lines 1.26 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.getDevicePowerPortsOutput = exports.getDevicePowerPorts = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getDevicePowerPorts(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("netbox:index/getDevicePowerPorts:getDevicePowerPorts", { "filters": args.filters, "limit": args.limit, "nameRegex": args.nameRegex, }, opts); } exports.getDevicePowerPorts = getDevicePowerPorts; function getDevicePowerPortsOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("netbox:index/getDevicePowerPorts:getDevicePowerPorts", { "filters": args.filters, "limit": args.limit, "nameRegex": args.nameRegex, }, opts); } exports.getDevicePowerPortsOutput = getDevicePowerPortsOutput; //# sourceMappingURL=getDevicePowerPorts.js.map