Modifier and Type | Method and Description |
---|---|
Server |
NovaParserModule.ServerAdapter.apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ServerAdapter.ServerInternal in) |
Server |
NovaParserModule.ServerAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ServerWithSecurityGroups
Extended server returned by ServerWithSecurityGroupsClient
|
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 | Field and Description |
---|---|
protected Server |
ServerInZone.server |
Modifier and Type | Method and Description |
---|---|
Server |
ServerInZone.getServer() |
Constructor and Description |
---|
ServerInZone(Server server,
String zoneId) |
Modifier and Type | Method and Description |
---|---|
Server |
ServerClient.getServer(String id)
List details of the specified server
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
ServerAsyncClient.getServer(String id) |
Set<Server> |
ServerClient.listServersInDetail()
List all servers (all details)
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
ServerAsyncClient.listServersInDetail() |
Copyright © 2009-2012 jclouds. All Rights Reserved.