@pulumi/scm
Version:
A Pulumi package for managing resources on Strata Cloud Manager.. Based on terraform-provider-scm: version v0.2.1
30 lines • 1.3 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.getSdwanPathQualityProfileOutput = exports.getSdwanPathQualityProfile = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* SdwanPathQualityProfile data source
*/
function getSdwanPathQualityProfile(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("scm:index/getSdwanPathQualityProfile:getSdwanPathQualityProfile", {
"id": args.id,
"name": args.name,
}, opts);
}
exports.getSdwanPathQualityProfile = getSdwanPathQualityProfile;
/**
* SdwanPathQualityProfile data source
*/
function getSdwanPathQualityProfileOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("scm:index/getSdwanPathQualityProfile:getSdwanPathQualityProfile", {
"id": args.id,
"name": args.name,
}, opts);
}
exports.getSdwanPathQualityProfileOutput = getSdwanPathQualityProfileOutput;
//# sourceMappingURL=getSdwanPathQualityProfile.js.map