A Pulumi package for creating and managing Juniper Mist resources.


Keywords
pulumi, juniper, mist, category/cloud
License
Apache-2.0
Install
pip install pulumi-juniper-mist==0.1.2

Documentation

Juniper Mist Resource Provider

The Juniper Mist Resource Provider lets you manage Juniper Mist resources.

Installation

This package is available for several languages/platforms:

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