Uses of Class
org.jclouds.cloudstack.domain.Host

Packages that use Host
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Host in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Host
 Host Host.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Host
 int Host.compareTo(Host other)
           
 

Uses of Host in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Host
 Host GlobalHostClient.addHost(long zoneId, String url, String hypervisor, String username, String password, AddHostOptions... options)
          Adds a new host.
 Host GlobalHostClient.addSecondaryStorage(String url, AddSecondaryStorageOptions... options)
          Adds secondary storage.
 Host GlobalHostClient.updateHost(long hostId, UpdateHostOptions... options)
          Updates a host.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Host
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.addHost(long zoneId, String url, String hypervisor, String username, String password, AddHostOptions... options)
          Adds a new host.
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.addSecondaryStorage(String url, AddSecondaryStorageOptions... options)
          Adds secondary storage.
 com.google.common.util.concurrent.ListenableFuture<Set<Host>> GlobalHostAsyncClient.listHosts(ListHostsOptions... options)
           
 Set<Host> GlobalHostClient.listHosts(ListHostsOptions... options)
          Lists hosts
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.updateHost(long hostId, UpdateHostOptions... options)
          Updates a host.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.