iwita 21196b4a6d added v1.15.4 il y a 5 ans
..
find 21196b4a6d added v1.15.4 il y a 5 ans
list 21196b4a6d added v1.15.4 il y a 5 ans
lookup 21196b4a6d added v1.15.4 il y a 5 ans
nfc 21196b4a6d added v1.15.4 il y a 5 ans
object 21196b4a6d added v1.15.4 il y a 5 ans
pbm 21196b4a6d added v1.15.4 il y a 5 ans
property 21196b4a6d added v1.15.4 il y a 5 ans
session 21196b4a6d added v1.15.4 il y a 5 ans
simulator 21196b4a6d added v1.15.4 il y a 5 ans
sts 21196b4a6d added v1.15.4 il y a 5 ans
task 21196b4a6d added v1.15.4 il y a 5 ans
vapi 21196b4a6d added v1.15.4 il y a 5 ans
vim25 21196b4a6d added v1.15.4 il y a 5 ans
.gitignore 21196b4a6d added v1.15.4 il y a 5 ans
.goreleaser.yml 21196b4a6d added v1.15.4 il y a 5 ans
.mailmap 21196b4a6d added v1.15.4 il y a 5 ans
.travis.yml 21196b4a6d added v1.15.4 il y a 5 ans
BUILD 21196b4a6d added v1.15.4 il y a 5 ans
CHANGELOG.md 21196b4a6d added v1.15.4 il y a 5 ans
CONTRIBUTING.md 21196b4a6d added v1.15.4 il y a 5 ans
CONTRIBUTORS 21196b4a6d added v1.15.4 il y a 5 ans
Dockerfile 21196b4a6d added v1.15.4 il y a 5 ans
Gopkg.lock 21196b4a6d added v1.15.4 il y a 5 ans
Gopkg.toml 21196b4a6d added v1.15.4 il y a 5 ans
LICENSE.txt 21196b4a6d added v1.15.4 il y a 5 ans
Makefile 21196b4a6d added v1.15.4 il y a 5 ans
README.md 21196b4a6d added v1.15.4 il y a 5 ans
client.go 21196b4a6d added v1.15.4 il y a 5 ans
program.mk 21196b4a6d added v1.15.4 il y a 5 ans

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.