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

Packages that use Host
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

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

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

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

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

Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type Host
 com.google.common.util.concurrent.ListenableFuture<Set<Host>> HostAdministrationAsyncApi.listHosts()
           
 Set<Host> HostAdministrationApi.listHosts()
          Returns the list of hosts
 



Copyright © 2009-2012 jclouds. All Rights Reserved.