iwita 445e0f60bf init-commit 5 years ago
..
find 445e0f60bf init-commit 5 years ago
list 445e0f60bf init-commit 5 years ago
lookup 445e0f60bf init-commit 5 years ago
nfc 445e0f60bf init-commit 5 years ago
object 445e0f60bf init-commit 5 years ago
pbm 445e0f60bf init-commit 5 years ago
property 445e0f60bf init-commit 5 years ago
session 445e0f60bf init-commit 5 years ago
simulator 445e0f60bf init-commit 5 years ago
sts 445e0f60bf init-commit 5 years ago
task 445e0f60bf init-commit 5 years ago
vapi 445e0f60bf init-commit 5 years ago
vim25 445e0f60bf init-commit 5 years ago
.gitignore 445e0f60bf init-commit 5 years ago
.goreleaser.yml 445e0f60bf init-commit 5 years ago
.mailmap 445e0f60bf init-commit 5 years ago
.travis.yml 445e0f60bf init-commit 5 years ago
BUILD 445e0f60bf init-commit 5 years ago
CHANGELOG.md 445e0f60bf init-commit 5 years ago
CONTRIBUTING.md 445e0f60bf init-commit 5 years ago
CONTRIBUTORS 445e0f60bf init-commit 5 years ago
Dockerfile 445e0f60bf init-commit 5 years ago
Gopkg.lock 445e0f60bf init-commit 5 years ago
Gopkg.toml 445e0f60bf init-commit 5 years ago
LICENSE.txt 445e0f60bf init-commit 5 years ago
Makefile 445e0f60bf init-commit 5 years ago
README.md 445e0f60bf init-commit 5 years ago
client.go 445e0f60bf init-commit 5 years ago
program.mk 445e0f60bf init-commit 5 years ago

README.md

Build Status Go Report Card

govmomi

A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).

In addition to the vSphere API client, this repository includes:

  • govc - vSphere CLI

  • vcsim - vSphere API mock framework

  • toolbox - VM guest tools framework

Compatibility

This library is built for and tested against ESXi and vCenter 6.0, 6.5 and 6.7.

It may work with versions 5.5 and 5.1, but neither are officially supported.

Documentation

The APIs exposed by this library very closely follow the API described in the VMware vSphere API Reference Documentation. Refer to this document to become familiar with the upstream API.

The code in the govmomi package is a wrapper for the code that is generated from the vSphere API description. It primarily provides convenience functions for working with the vSphere API. See godoc.org for documentation.

Installation

go get -u github.com/vmware/govmomi

Discussion

Contributors and users are encouraged to collaborate using GitHub issues and/or Slack. Access to Slack requires a VMware {code} membership.

Status

Changes to the API are subject to semantic versioning.

Refer to the CHANGELOG for version to version changes.

Projects using govmomi

Related projects

License

govmomi is available under the Apache 2 license.