Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Host
-
Packages that use Host Package Description 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 Modifier and Type Method Description HostHost.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Host Modifier and Type Method Description THost.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 Modifier and Type Method Description com.google.common.collect.FluentIterable<Host>HostAdministrationApi. list()Returns the list of hosts
-