Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.compute.functions | |
org.jclouds.openstack.nova.compute.strategy | |
org.jclouds.openstack.nova.predicates |
Modifier and Type | Method and Description |
---|---|
Server |
NovaClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
This operation asynchronously provisions a new server.
|
Server |
NovaClient.getServer(int id)
This operation returns details of the specified server.
|
Server |
NovaClient.getServer(String uuid) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid) |
Set<Server> |
NovaClient.listServers(ListOptions... options)
List all servers (IDs and names only)
This operation provides a list of servers associated with your identity.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from) |
protected Image |
ServerToNodeMetadata.parseImage(Server from) |
Modifier and Type | Method and Description |
---|---|
Server |
NovaComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Server> |
NovaComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerDeleted.apply(Server server) |
boolean |
ServerActive.apply(Server server) |
Copyright © 2009-2012 jclouds. All Rights Reserved.