Metadata-Version: 1.0
Name: pulumi-f5bigip
Version: 0.0.1.dev1549041833
Summary: A Pulumi package for creating and managing F5 BigIP resources.
Home-page: https://pulumi.io
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache-2.0
Description-Content-Type: UNKNOWN
Description: |Build Status|
        
        F5 BigIP Provider
        =================
        
        This provider allows management of F5 BigIP resources using Pulumi. This
        provider uses the iControlREST API to perform management tasks, so it
        will need to be installed and enabled on your F5 device before
        proceeding.
        
        Installing
        ----------
        
        This package is available in many languages in the standard packaging
        formats.
        
        Node.js (Java/TypeScript)
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        To use from JavaScript or TypeScript in Node.js, install using either
        ``npm``:
        
        ::
        
            $ npm install @pulumi/f5bigip
        
        or ``yarn``:
        
        ::
        
            $ yarn add @pulumi/f5bigip
        
        Python
        ~~~~~~
        
        To use from Python, install using ``pip``:
        
        ::
        
            $ pip install pulumi_f5bigip
        
        Go
        ~~
        
        To use from Go, use ``go get`` to grab the latest version of the library
        
        ::
        
            $ go get github.com/pulumi/pulumi-f5-bigip/sdk/go/...
        
        Reference
        ---------
        
        For detailed reference documentation, please visit `the API
        docs <https://pulumi.io/reference/pkg/nodejs/@pulumi/f5bigip/index.html>`__.
        
        .. |Build Status| image:: https://travis-ci.com/pulumi/pulumi-f5-bigip.svg?token=eHg7Zp5zdDDJfTjY8ejq&branch=master
           :target: https://travis-ci.com/pulumi/pulumi-f5-bigip
        
Keywords: pulumi f5 bigip
Platform: UNKNOWN
