pulumi-nutanix


Namepulumi-nutanix JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-nutanix
SummaryA Pulumi package for creating and managing Nutanix cloud resources.
upload_time2025-01-06 17:34:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi nutanix category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nutanix Resource Provider

The Nutanix Resource Provider lets you manage [Nutanix](https://nutanix.com) resources.

## Installing

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`:

```bash
npm install @pierskarsenbarg/pulumi-nutanix
```

or `yarn`:

```bash
yarn add @pierskarsenbarg/pulumi-nutanix
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_nutanix
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package PiersKarsenbarg.Nutanix
```

## Configuration

The following configuration points are available for the `nutanix` provider:

- `nutanix:apiKey` (environment: `NUTANIX_API_KEY`) - the API key for `nutanix`
- `nutanix:region` (environment: `NUTANIX_REGION`) - the region in which to deploy resources

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/nutanix/api-docs/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pierskarsenbarg/pulumi-nutanix",
    "name": "pulumi-nutanix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi nutanix category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/57/80/1382e8f24228d7a80068bdda832549d76d0237d01f28795720f627bacac0/pulumi_nutanix-0.7.1.tar.gz",
    "platform": null,
    "description": "# Nutanix Resource Provider\n\nThe Nutanix Resource Provider lets you manage [Nutanix](https://nutanix.com) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pierskarsenbarg/pulumi-nutanix\n```\n\nor `yarn`:\n\n```bash\nyarn add @pierskarsenbarg/pulumi-nutanix\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_nutanix\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package PiersKarsenbarg.Nutanix\n```\n\n## Configuration\n\nThe following configuration points are available for the `nutanix` provider:\n\n- `nutanix:apiKey` (environment: `NUTANIX_API_KEY`) - the API key for `nutanix`\n- `nutanix:region` (environment: `NUTANIX_REGION`) - the region in which to deploy resources\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/nutanix/api-docs/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Nutanix cloud resources.",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/pierskarsenbarg/pulumi-nutanix",
        "Repository": "https://github.com/pierskarsenbarg/pulumi-nutanix"
    },
    "split_keywords": [
        "pulumi",
        "nutanix",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57801382e8f24228d7a80068bdda832549d76d0237d01f28795720f627bacac0",
                "md5": "13e64664d2a201235d5e268459dbf765",
                "sha256": "b6f63caaff6c656081d7ee827ad3e102448526e7e62d846ffdb5bab213af5c94"
            },
            "downloads": -1,
            "filename": "pulumi_nutanix-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "13e64664d2a201235d5e268459dbf765",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 589667,
            "upload_time": "2025-01-06T17:34:05",
            "upload_time_iso_8601": "2025-01-06T17:34:05.921136Z",
            "url": "https://files.pythonhosted.org/packages/57/80/1382e8f24228d7a80068bdda832549d76d0237d01f28795720f627bacac0/pulumi_nutanix-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 17:34:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pierskarsenbarg",
    "github_project": "pulumi-nutanix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-nutanix"
}
        
Elapsed time: 0.38501s