@lubyou/pulumi-fortios
Version: 
A Pulumi package for creating and managing fortios cloud resources.
20 lines • 946 B
JavaScript
;
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSystemNetflowOutput = exports.getSystemNetflow = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
function getSystemNetflow(args, opts) {
    args = args || {};
    opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
    return pulumi.runtime.invoke("fortios:index/getSystemNetflow:GetSystemNetflow", {
        "vdomparam": args.vdomparam,
    }, opts);
}
exports.getSystemNetflow = getSystemNetflow;
function getSystemNetflowOutput(args, opts) {
    return pulumi.output(args).apply((a) => getSystemNetflow(a, opts));
}
exports.getSystemNetflowOutput = getSystemNetflowOutput;
//# sourceMappingURL=getSystemNetflow.js.map