packer-cn/vendor/github.com/vmware/govmomi
Sylvia Moss 58a0bdd780
Look for a default resource pool when root resource pool is not found (#9809)
2020-08-31 16:26:48 +02:00
..
find Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
list Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
nfc Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
object Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
ovf update vmware/govmomi to v0.22.2 2020-06-10 14:38:17 +02:00
property Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
session Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
simulator Look for a default resource pool when root resource pool is not found (#9809) 2020-08-31 16:26:48 +02:00
task update vmware/govmomi to v0.22.2 2020-06-10 14:38:17 +02:00
vapi Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
vim25 Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
.gitignore Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
.goreleaser.yml Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
.mailmap Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
.travis.yml Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
CHANGELOG.md Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
CONTRIBUTING.md Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
CONTRIBUTORS Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
Dockerfile.govc Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
Dockerfile.vcsim Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
Gopkg.lock Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
Gopkg.toml Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
LICENSE.txt Adding template feature 2017-07-09 14:56:39 -04:00
Makefile Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
README.md Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
client.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
go.mod update vmware/govmomi to v0.22.2 2020-06-10 14:38:17 +02:00
go.sum Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
program.mk Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08: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".