open-consul/vendor/github.com/vmware/govmomi
Siva Prasad a5ebab63e7 Vendoring update for go-discover. (#4412)
* New Providers added and updated vendoring for go-discover

* Vendor.json formatted using make vendorfmt

* Docs/Agent/auto-join: Added documentation for the new providers introduced in this PR

* Updated the golang.org/x/sys/unix in the vendor directory

* Agent: TestGoDiscoverRegistration updated to reflect the addition of new providers

* Deleted terraform.tfstate from vendor.

* Deleted terraform.tfstate.backup

Deleted terraform state file artifacts from unknown runs.

* Updated x/sys/windows vendor for Windows binary compilation
2018-07-25 16:21:04 -07:00
..
find Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
list Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
nfc Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
object Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
property Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
session Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
task Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
vim25 Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
CHANGELOG.md Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
CONTRIBUTING.md Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
CONTRIBUTORS Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
Dockerfile Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
Gopkg.lock Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
Gopkg.toml Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
LICENSE.txt Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
Makefile Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
README.md Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00
client.go Vendoring update for go-discover. (#4412) 2018-07-25 16:21:04 -07:00

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

License

govmomi is available under the Apache 2 license.