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 ServerWithSecurityGroupsApi
|
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 |
ServerApi.getServer(String id)
List details of the specified server
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Server> |
ServerAsyncApi.getServer(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Server>> |
ServerAsyncApi.listServersInDetail() |
Set<? extends Server> |
ServerApi.listServersInDetail()
List all servers (all details)
|
Copyright © 2009-2012 jclouds. All Rights Reserved.