Uses of Class
org.jclouds.cloudstack.domain.Host
-
Packages that use Host Package Description 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 Modifier and Type Method Description Host
Host.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Host Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Set<Host>
GlobalHostApi. listHosts(ListHostsOptions... options)
Lists hosts
-