Registry / cloud / vmware-govmomi

vmware-govmomi

JSON →
library0.54.1gogounverified

The root package of the govmomi library for interacting with VMware vSphere APIs.

go get github.com/vmware/govmomi
INSTALL
IMPORT
SIG · VMWARE-GOVMOMI
V
vmware-govmomi
cloudgov0.54.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

govmomi
github.com/vmware/govmomi

Creates a new vSphere client and checks if it's a vCenter.

package main import ( "context" "fmt" "github.com/vmware/govmomi" "github.com/vmware/govmomi/vim25/soap" ) func main() { ctx := context.Background() c, _ := govmomi.NewClient(ctx, soap.NewClient("https://vcenter/sdk", true)) fmt.Println(c.IsVC()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.54.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
vmware-govmomi — go get vmware-govmomi · libregistry