Name | pulumi-f5bigip JSON |
Version |
3.17.8
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing F5 BigIP resources. |
upload_time | 2025-01-17 16:19:41 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
f5
bigip
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-f5bigip/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-f5bigip/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Ff5bigip.svg)](https://www.npmjs.com/package/@pulumi/f5bigip)
[![Python version](https://badge.fury.io/py/pulumi-f5bigip.svg)](https://pypi.org/project/pulumi-f5bigip)
[![NuGet version](https://badge.fury.io/nu/pulumi.f5bigip.svg)](https://badge.fury.io/nu/pulumi.f5bigip)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-f5bigip/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-f5bigip/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-f5bigip/blob/master/LICENSE)
# 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-f5bigip/sdk/v3
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.F5bigip
## Configuration
The following configuration points are available:
- `f5bigip:address` - Domain name/IP of the BigIP. May be set via the `BIGIP_HOST` environment variable.
- `f5bigip:port` - Management Port to connect to BigIP.
- `f5bigip:username` - Username with API access to the BigIP. May be set via the `BIGIP_USER` environment variable.
- `f5bigip:password` - Password for API access to the BigIP. May be set via the `BIGIP_PASSWORD` environment variable.
- `f5bigip:tokenAuth` - Enable to use an external authentication source (LDAP, TACACS, etc). May be set via the `BIGIP_TOKEN_AUTH` environment variable.
- `f5bigip:tokenAuth` - Enable to use an external authentication source (LDAP, TACACS, etc). May be set via the `BIGIP_TOKEN_AUTH` environment variable.
- `f5bigip:loginRef` - Login reference for token authentication (see BIG-IP REST docs for details) May be set via the `BIGIP_LOGIN_REF` environment variable.
## Reference
For further information, please visit [the F5bigip provider docs](https://www.pulumi.com/docs/intro/cloud-providers/f5bigip) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/f5bigip).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-f5bigip",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, f5, bigip",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1c/b0/5bb36eae5859805a4c4101f34ffe6efb6bf39bfaad3f21206e6edbe87b80/pulumi_f5bigip-3.17.8.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-f5bigip/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-f5bigip/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Ff5bigip.svg)](https://www.npmjs.com/package/@pulumi/f5bigip)\n[![Python version](https://badge.fury.io/py/pulumi-f5bigip.svg)](https://pypi.org/project/pulumi-f5bigip)\n[![NuGet version](https://badge.fury.io/nu/pulumi.f5bigip.svg)](https://badge.fury.io/nu/pulumi.f5bigip)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-f5bigip/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-f5bigip/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-f5bigip/blob/master/LICENSE)\n\n# F5 BigIP Provider\n\nThis provider allows management of F5 BigIP resources using Pulumi. This provider uses the iControlREST API to\nperform management tasks, so it will need to be installed and enabled on your F5 device before proceeding.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/f5bigip\n\nor `yarn`:\n\n $ yarn add @pulumi/f5bigip\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_f5bigip\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-f5bigip/sdk/v3\n \n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.F5bigip\n \n## Configuration\n\nThe following configuration points are available:\n\n- `f5bigip:address` - Domain name/IP of the BigIP. May be set via the `BIGIP_HOST` environment variable.\n- `f5bigip:port` - Management Port to connect to BigIP.\n- `f5bigip:username` - Username with API access to the BigIP. May be set via the `BIGIP_USER` environment variable.\n- `f5bigip:password` - Password for API access to the BigIP. May be set via the `BIGIP_PASSWORD` environment variable.\n- `f5bigip:tokenAuth` - Enable to use an external authentication source (LDAP, TACACS, etc). May be set via the `BIGIP_TOKEN_AUTH` environment variable.\n- `f5bigip:tokenAuth` - Enable to use an external authentication source (LDAP, TACACS, etc). May be set via the `BIGIP_TOKEN_AUTH` environment variable.\n- `f5bigip:loginRef` - Login reference for token authentication (see BIG-IP REST docs for details) May be set via the `BIGIP_LOGIN_REF` environment variable.\n\n## Reference\n\nFor further information, please visit [the F5bigip provider docs](https://www.pulumi.com/docs/intro/cloud-providers/f5bigip) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/f5bigip).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing F5 BigIP resources.",
"version": "3.17.8",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-f5bigip"
},
"split_keywords": [
"pulumi",
" f5",
" bigip"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "67adb24d22939567ec3f06427a90d25762cf601c86669bfee6fb5ad70205986d",
"md5": "48335f18738f30288a05e760e038633b",
"sha256": "5f960f7cd96c25b91b893f6e2c06a096bab3b813f07616d318a5c5a01dd387dd"
},
"downloads": -1,
"filename": "pulumi_f5bigip-3.17.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "48335f18738f30288a05e760e038633b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 380707,
"upload_time": "2025-01-17T16:19:38",
"upload_time_iso_8601": "2025-01-17T16:19:38.828840Z",
"url": "https://files.pythonhosted.org/packages/67/ad/b24d22939567ec3f06427a90d25762cf601c86669bfee6fb5ad70205986d/pulumi_f5bigip-3.17.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1cb05bb36eae5859805a4c4101f34ffe6efb6bf39bfaad3f21206e6edbe87b80",
"md5": "7130749f1ac11fb9dc56a67551ff966e",
"sha256": "419a35ca1619e867c608e1fa8b1e6e57000fc9ddde7bf9ca7c76ba4c6454d132"
},
"downloads": -1,
"filename": "pulumi_f5bigip-3.17.8.tar.gz",
"has_sig": false,
"md5_digest": "7130749f1ac11fb9dc56a67551ff966e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 290448,
"upload_time": "2025-01-17T16:19:41",
"upload_time_iso_8601": "2025-01-17T16:19:41.727413Z",
"url": "https://files.pythonhosted.org/packages/1c/b0/5bb36eae5859805a4c4101f34ffe6efb6bf39bfaad3f21206e6edbe87b80/pulumi_f5bigip-3.17.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-17 16:19:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-f5bigip",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-f5bigip"
}