iwita b9152718d2 new version 5 gadi atpakaļ
..
find b9152718d2 new version 5 gadi atpakaļ
list b9152718d2 new version 5 gadi atpakaļ
lookup b9152718d2 new version 5 gadi atpakaļ
nfc b9152718d2 new version 5 gadi atpakaļ
object b9152718d2 new version 5 gadi atpakaļ
pbm b9152718d2 new version 5 gadi atpakaļ
property b9152718d2 new version 5 gadi atpakaļ
session b9152718d2 new version 5 gadi atpakaļ
simulator b9152718d2 new version 5 gadi atpakaļ
sts b9152718d2 new version 5 gadi atpakaļ
task b9152718d2 new version 5 gadi atpakaļ
vapi b9152718d2 new version 5 gadi atpakaļ
vim25 b9152718d2 new version 5 gadi atpakaļ
.gitignore b9152718d2 new version 5 gadi atpakaļ
.goreleaser.yml b9152718d2 new version 5 gadi atpakaļ
.mailmap b9152718d2 new version 5 gadi atpakaļ
.travis.yml b9152718d2 new version 5 gadi atpakaļ
BUILD b9152718d2 new version 5 gadi atpakaļ
CHANGELOG.md b9152718d2 new version 5 gadi atpakaļ
CONTRIBUTING.md b9152718d2 new version 5 gadi atpakaļ
CONTRIBUTORS b9152718d2 new version 5 gadi atpakaļ
Dockerfile b9152718d2 new version 5 gadi atpakaļ
Gopkg.lock b9152718d2 new version 5 gadi atpakaļ
Gopkg.toml b9152718d2 new version 5 gadi atpakaļ
LICENSE.txt b9152718d2 new version 5 gadi atpakaļ
Makefile b9152718d2 new version 5 gadi atpakaļ
README.md b9152718d2 new version 5 gadi atpakaļ
client.go b9152718d2 new version 5 gadi atpakaļ
program.mk b9152718d2 new version 5 gadi atpakaļ

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.