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)
           
 T Host.Builder.fromHost(Host in)
           
 

Uses of Host in org.jclouds.cloudstack.features
 

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

Methods in org.jclouds.cloudstack.features that return types with arguments of type Host
 Set<Host> GlobalHostApi.listHosts(ListHostsOptions... options)
          Lists hosts
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.