Registry / cloud / vijava

vijava

JSON →
library5.1javamavenunverified

Java library for accessing VMware vSphere web services API to manage virtual infrastructure.

<dependency> <groupId>com.vmware</groupId> <artifactId>vijava</artifactId> <version>5.1</version> </dependency>
INSTALL
IMPORT
SIG · VIJAVA
V
vijava
cloudjavav5.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.

ServiceInstance
com.vmware.vim25.ServiceInstance

Connects to a vCenter server and retrieves version information using the ServiceInstance.

import com.vmware.vim25.ServiceInstance; import com.vmware.vim25.mo.ServiceInstance; import java.net.URL; public class Example { public static void main(String[] args) throws Exception { ServiceInstance si = new ServiceInstance(new URL("https://vcenter/sdk"), "user", "pass", true); System.out.println(si.getAboutInfo().getFullName()); } }
Debug
Known issues
breakingThe API has significant changes across versions; version 5.1 may not work with newer vSphere 7+.
fix
Use the official VMware vSphere SDK for Java or a newer fork like yavijava.
affects: <=5.1
Upgrade
Version history
5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
vijava — mvn dependency:get vijava · libregistry