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.get(String id)
List details of the specified server
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Server> |
ServerAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<? extends Server>> |
ServerAsyncApi.listInDetail() |
PagedIterable<? extends Server> |
ServerApi.listInDetail()
List all servers (all details)
|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Server>> |
ServerAsyncApi.listInDetail(PaginationOptions options) |
PaginatedCollection<? extends Server> |
ServerApi.listInDetail(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Server>> |
ParseServerDetails.ToPagedIterable.markerToNextForCallingArg0(String zone) |
Copyright © 2009-2013 jclouds. All Rights Reserved.