Uses of Interface
org.jclouds.openstack.nova.NovaClient

Packages that use NovaClient
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.nova.predicates   
 

Uses of NovaClient in org.jclouds.openstack.nova.compute.strategy
 

Fields in org.jclouds.openstack.nova.compute.strategy declared as NovaClient
protected  NovaClient NovaComputeServiceAdapter.client
           
 

Constructors in org.jclouds.openstack.nova.compute.strategy with parameters of type NovaClient
NovaComputeServiceAdapter(NovaClient client)
           
 

Uses of NovaClient in org.jclouds.openstack.nova.predicates
 

Constructors in org.jclouds.openstack.nova.predicates with parameters of type NovaClient
ServerActive(NovaClient client)
           
ServerDeleted(NovaClient client)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.