Modifier and Type | Method and Description |
---|---|
Server |
NovaClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
Server |
NovaClient.getServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerApi.get(String) in openstack-nova. |
Server |
NovaClient.getServer(String uuid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
Set<Server> |
NovaClient.listServers(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.list() in openstack-nova. |
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 |
---|---|
Server |
Server.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.fromServer(Server in) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerDeleted.apply(Server server) |
boolean |
ServerActive.apply(Server server) |
Copyright © 2009-2013 jclouds. All Rights Reserved.