Package Usage: go: github.com/libopenstorage/govmomi
This package is the root package of the govmomi library.
The library is structured as follows:
The minimal usable functionality is available through the vim25 package.
It contains subpackages that contain generated types, managed objects, and all
available methods. The vim25 package is entirely independent of the other
packages in the govmomi tree -- it has no dependencies on its peers.
The vim25 package itself contains a client structure that is
passed around throughout the entire library. It abstracts a session and its
immutable state. See the vim25 package for more information.
The session package contains an abstraction for the session manager that allows
a user to login and logout. It also provides access to the current session
(i.e. to determine if the user is in fact logged in)
The object package contains wrappers for a selection of managed objects. The
constructors of these objects all take a *vim25.Client, which they pass along
to derived objects, if applicable.
The govc package contains the govc CLI. The code in this tree is not intended
to be used as a library. Any functionality that govc contains that _could_ be
used as a library function but isn't, _should_ live in a root level package.
Other packages, such as "event", "guest", or "license", provide wrappers for
the respective subsystems. They are typically not needed in normal workflows so
are kept outside the object package.
37 versions
Latest release: almost 5 years ago
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/libopenstorage/govmomi
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/libopenstorage%2Fgovmomi
Dependent Repos 2

pure-jliao/cloudops Fork of libopenstorage/cloudops
Size: 16 MB - Last synced: about 2 years ago - Pushed: over 2 years ago
