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   
org.jclouds.openstack.nova.v2_0.functions.internal   
 

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(Server in)
           
 Server NovaParserModule.ServerAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 

Methods in org.jclouds.openstack.nova.v2_0.config with parameters of type Server
 Server NovaParserModule.ServerAdapter.apply(Server in)
           
 

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.get(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
 org.jclouds.collect.PagedIterable<Server> ServerApi.listInDetail()
          List all servers (all details)
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Server> ServerApi.listInDetail(org.jclouds.openstack.v2_0.options.PaginationOptions options)
           
 

Uses of Server in org.jclouds.openstack.nova.v2_0.functions.internal
 

Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type Server
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Server>> ParseServerDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.