UNPKG

@pulumiverse/fortios

Version:

A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0

26 lines 1 kB
"use strict"; // *** 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.getNat64Output = exports.getNat64 = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Use this data source to get information on fortios system nat64 */ function getNat64(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("fortios:system/getNat64:getNat64", { "vdomparam": args.vdomparam, }, opts); } exports.getNat64 = getNat64; /** * Use this data source to get information on fortios system nat64 */ function getNat64Output(args, opts) { return pulumi.output(args).apply((a) => getNat64(a, opts)); } exports.getNat64Output = getNat64Output; //# sourceMappingURL=getNat64.js.map