You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/vmware/govmomi
Sylvia Moss 58a0bdd780
Look for a default resource pool when root resource pool is not found (#9809)
6 years ago
..
find
list Add option to also import OVF templates to the Content Library (#9755) 6 years ago
nfc
object Add option to also import OVF templates to the Content Library (#9755) 6 years ago
ovf update vmware/govmomi to v0.22.2 6 years ago
property Add option to also import OVF templates to the Content Library (#9755) 6 years ago
session Add option to also import OVF templates to the Content Library (#9755) 6 years ago
simulator Look for a default resource pool when root resource pool is not found (#9809) 6 years ago
task update vmware/govmomi to v0.22.2 6 years ago
vapi Add option to also import OVF templates to the Content Library (#9755) 6 years ago
vim25 Add option to also import OVF templates to the Content Library (#9755) 6 years ago
.gitignore
.goreleaser.yml
.mailmap Add option to also import OVF templates to the Content Library (#9755) 6 years ago
.travis.yml Add option to also import OVF templates to the Content Library (#9755) 6 years ago
CHANGELOG.md Add option to also import OVF templates to the Content Library (#9755) 6 years ago
CONTRIBUTING.md Add option to also import OVF templates to the Content Library (#9755) 6 years ago
CONTRIBUTORS Add option to also import OVF templates to the Content Library (#9755) 6 years ago
Dockerfile.govc
Dockerfile.vcsim
Gopkg.lock
Gopkg.toml
LICENSE.txt
Makefile Add option to also import OVF templates to the Content Library (#9755) 6 years ago
README.md Add option to also import OVF templates to the Content Library (#9755) 6 years ago
client.go
go.mod update vmware/govmomi to v0.22.2 6 years ago
go.sum
program.mk

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".