Package Exports
- @pulumi/juniper-mist
- @pulumi/juniper-mist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/juniper-mist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Juniper Mist Resource Provider
The Juniper Mist Resource Provider lets you manage Juniper Mist resources.
Installation
This package is available for several languages/platforms:
- JavaScript/TypeScript:
@pulumi/juniper-mist
- Python:
pulumi-juniper-mist
- Go:
github.com/pulumi/pulumi-juniper-mist/sdk/go/junipermist
- .NET:
Pulumi.JuniperMist
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/juniper-mist
or yarn
:
yarn add @pulumi/juniper-mist
Python
To use from Python, install using pip
:
pip install pulumi-juniper-mist
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-junipermist/sdk/go/junipermist
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.JuniperMist