Registry / cloud / jclouds-compute

jclouds-compute

JSON →
library2.7.0javamavenunverified

jclouds components to access compute providers.

<dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-compute</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · JCLOUDS-COMPUTE
J
jclouds-compute
cloudjavav2.7.0
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.

ComputeService
org.jclouds.compute.ComputeService

List compute nodes using jclouds ComputeService.

import org.jclouds.compute.ComputeService; import org.jclouds.compute.domain.NodeMetadata; public class MyApp { public static void main(String[] args) { ComputeService compute = // get from context for (NodeMetadata node : compute.listNodes()) { System.out.println(node.getId()); } } }
Debug
Known issues
breakingjclouds 2.x uses different API than 1.x
fix
Update code to use new API methods
affects: >=2.0.0
Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
jclouds-compute — mvn dependency:get jclouds-compute · libregistry