Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Server

Packages that use Server
org.jclouds.openstack.nova.v2_0.config   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.domain.zonescoped   
org.jclouds.openstack.nova.v2_0.features   
 

Uses of Server in org.jclouds.openstack.nova.v2_0.config
 

Methods in org.jclouds.openstack.nova.v2_0.config that return Server
 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)
           
 

Uses of Server in org.jclouds.openstack.nova.v2_0.domain
 

Subclasses of Server in org.jclouds.openstack.nova.v2_0.domain
 class ServerWithSecurityGroups
          Extended server returned by ServerWithSecurityGroupsApi
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Server
 Server Server.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Server
 T Server.Builder.fromServer(Server in)
           
 

Uses of Server in org.jclouds.openstack.nova.v2_0.domain.zonescoped
 

Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Server
protected  Server ServerInZone.server
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Server
 Server ServerInZone.getServer()
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Server
ServerInZone(Server server, String zoneId)
           
 

Uses of Server in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features that return Server
 Server ServerApi.getServer(String id)
          List details of the specified server
 

Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Server
 com.google.common.util.concurrent.ListenableFuture<Server> ServerAsyncApi.getServer(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> ServerAsyncApi.listServersInDetail()
           
 Set<Server> ServerApi.listServersInDetail()
          List all servers (all details)
 



Copyright © 2009-2012 jclouds. All Rights Reserved.