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
list Add option to also import OVF templates to the Content Library (#9755) 2020-08-19 13:20:25 +02:00
nfc
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
.goreleaser.yml
.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
Dockerfile.vcsim
Gopkg.lock
Gopkg.toml
LICENSE.txt
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
go.mod update vmware/govmomi to v0.22.2 2020-06-10 14:38:17 +02:00
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".