UNPKG

@pulumi/sdwan

Version:

A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1

42 lines 1.46 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.getVedgeInventoryOutput = exports.getVedgeInventory = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * This data source can read the VEdge Inventory . * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as sdwan from "@pulumi/sdwan"; * * const example = sdwan.getVedgeInventory({}); * ``` */ function getVedgeInventory(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("sdwan:index/getVedgeInventory:getVedgeInventory", {}, opts); } exports.getVedgeInventory = getVedgeInventory; /** * This data source can read the VEdge Inventory . * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as sdwan from "@pulumi/sdwan"; * * const example = sdwan.getVedgeInventory({}); * ``` */ function getVedgeInventoryOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("sdwan:index/getVedgeInventory:getVedgeInventory", {}, opts); } exports.getVedgeInventoryOutput = getVedgeInventoryOutput; //# sourceMappingURL=getVedgeInventory.js.map