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

Packages that use ServerWithSecurityGroups
org.jclouds.openstack.nova.v2_0.config   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

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

Methods in org.jclouds.openstack.nova.v2_0.config that return ServerWithSecurityGroups
 ServerWithSecurityGroups NovaParserModule.ServerWithSecurityGroupsAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 

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

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

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

Uses of ServerWithSecurityGroups in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return ServerWithSecurityGroups
 ServerWithSecurityGroups ServerWithSecurityGroupsApi.getServer(String id)
          Retrieve details of the specified server, including security groups
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type ServerWithSecurityGroups
 com.google.common.util.concurrent.ListenableFuture<ServerWithSecurityGroups> ServerWithSecurityGroupsAsyncApi.getServer(String id)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.