ARO-RP/vendor/github.com/vmware/govmomi
Amber Brown 9da0248baf
vendor
2021-01-19 10:08:04 -06:00
..
find vendor 2021-01-19 10:08:04 -06:00
internal vendor 2021-01-19 10:08:04 -06:00
list move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06:00
nfc move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06:00
object vendor 2021-01-19 10:08:04 -06:00
property vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
session vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
task move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06:00
vapi vendor 2021-01-19 10:08:04 -06:00
vim25 vendor 2021-01-19 10:08:04 -06:00
.gitignore vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
.goreleaser.yml vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
.mailmap vendor 2021-01-19 10:08:04 -06:00
.travis.yml vendor 2021-01-19 10:08:04 -06:00
CHANGELOG.md vendor 2021-01-19 10:08:04 -06:00
CONTRIBUTING.md vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
CONTRIBUTORS vendor 2021-01-19 10:08:04 -06:00
Dockerfile.govc vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
Dockerfile.vcsim vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
Gopkg.lock vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
Gopkg.toml vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
LICENSE.txt vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
Makefile vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
README.md vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
client.go vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
go.mod vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
go.sum vendor github.com/openshift/installer 2020-07-06 13:23:56 +01:00
program.mk vendor github.com/openshift/installer 2020-07-06 13:23:56 +01: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.5, 6.7 and 7.0.

It may work with versions 5.1, 5.5 and 6.0, 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.

Name

Pronounced "go-v-mom-ie"

Follows pyvmomi and rbvmomi: language prefix + the vSphere acronym "VM Object Management Infrastructure".