Categorygithub.com/vmware/govmomi
modulepackage
0.49.0-alpha.0
Repository: https://github.com/vmware/govmomi.git
Documentation: pkg.go.dev

# README

Build Tests Go Report Card Latest Release Go Reference go.mod Go version

govmomi

A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter Server).

In addition to the vSphere API client, this repository includes:

  • govc - vSphere CLI
  • vcsim - vSphere API mock framework
  • toolbox - VM guest tools framework

Compatibility

vSphere 7.0 and higher.

Documentation

The APIs exposed by this library closely follow the API described in the VMware vSphere API Reference Documentation. Refer to the documentation 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

Binaries and Docker Images for govc and vcsim

Installation instructions, released binaries, and Docker images are documented in the respective README files of govc and vcsim.

Discussion

Collaborate with the community using GitHub discussions and GitHub issues.

Status

Changes to the API are subject to semantic versioning.

Refer to the CHANGELOG for version to version changes.

Related Projects

License

govmomi is available under the Apache 2 License.

Name

Pronounced: go·​v·​mom·​e

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package crypto provides access to CryptoManagerKmip methods used to manage cryptographic key providers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package find implements inventory listing and searching.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package ovf provides functionality to unmarshal and inspect the structure of an OVF file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package simulator is a mock framework for the vSphere API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package test contains functions that implement common functionality between tests.
No description provided by the author
No description provided by the author
Package vapi provides access to vSphere Automation APIs that are not available in the SOAP API, such as tagging and the content library.
No description provided by the author
Package vim25 provides a minimal client implementation to use with other packages in the vim25 tree.
No description provided by the author
No description provided by the author
Package vslm provides access to the vSphere Storage Lifecycle Management service.

# Functions

NewClient creates a new client from a URL.

# Structs

No description provided by the author