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

Packages that use NovaClient
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.nova.compute.suppliers   
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 NovaCreateNodeWithGroupEncodedIntoName.client
           
 

Constructors in org.jclouds.openstack.nova.compute.strategy with parameters of type NovaClient
NovaCreateNodeWithGroupEncodedIntoName(NovaClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
NovaDestroyNodeStrategy(NovaClient client, GetNodeMetadataStrategy getNode)
           
NovaGetNodeMetadataStrategy(NovaClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
NovaLifeCycleStrategy(NovaClient client, GetNodeMetadataStrategy getNode)
           
NovaListNodesStrategy(NovaClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

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

Fields in org.jclouds.openstack.nova.compute.suppliers declared as NovaClient
protected  NovaClient NovaImageSupplier.sync
           
 

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-2011 jclouds. All Rights Reserved.