@pulumi/juniper-mist
Version:
A Pulumi package for creating and managing Juniper Mist resources.
46 lines • 1.83 kB
JavaScript
;
// *** 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.getConstTrafficTypesOutput = exports.getConstTrafficTypes = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* This data source provides the of ConstTrafficTypes.
*
* The Traffic Type values can be used to define the `trafficType` attribute in the `junipermist.org.Service` resource.
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as junipermist from "@pulumi/juniper-mist";
*
* const listOfTrafficTypes = junipermist.getConstTrafficTypes({});
* ```
*/
function getConstTrafficTypes(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("junipermist:index/getConstTrafficTypes:getConstTrafficTypes", {}, opts);
}
exports.getConstTrafficTypes = getConstTrafficTypes;
/**
* This data source provides the of ConstTrafficTypes.
*
* The Traffic Type values can be used to define the `trafficType` attribute in the `junipermist.org.Service` resource.
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as junipermist from "@pulumi/juniper-mist";
*
* const listOfTrafficTypes = junipermist.getConstTrafficTypes({});
* ```
*/
function getConstTrafficTypesOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("junipermist:index/getConstTrafficTypes:getConstTrafficTypes", {}, opts);
}
exports.getConstTrafficTypesOutput = getConstTrafficTypesOutput;
//# sourceMappingURL=getConstTrafficTypes.js.map