kubernetes/vendor/github.com/vmware/govmomi
2018-02-07 10:55:49 -08:00
..
find godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
list update BUILD files 2017-10-15 18:18:13 -07:00
nfc godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
object godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
pbm update BUILD files 2017-10-15 18:18:13 -07:00
property godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
session Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
simulator godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
task update BUILD files 2017-10-15 18:18:13 -07:00
vim25 godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
.gitignore Adding vSphere Volume support for vSphere Cloud Provider 2016-05-21 11:00:14 -07:00
.mailmap Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
.travis.yml Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
BUILD Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
CHANGELOG.md Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
client.go Fix for Support selection of datastore for dynamic provisioning in vSphere 2017-02-21 19:04:45 +00:00
CONTRIBUTING.md Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
CONTRIBUTORS Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
LICENSE.txt
Makefile godep: update vmware/govmomi 2018-02-07 10:55:49 -08:00
README.md Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00

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 and 6.5.

It should 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

License

govmomi is available under the Apache 2 license.