Uses of Interface
org.openstack4j.model.compute.HostResource
-
Packages that use HostResource Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of HostResource in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return types with arguments of type HostResource Modifier and Type Method Description List<? extends HostResource>HostService. hostDescribe(String hostName)Deprecated.Shows details for a specified hostList<? extends HostResource>HostService. list()Deprecated.List all host that the current tenant has access toList<? extends HostResource>HostService. list(Map<String,String> filteringParams)Deprecated.Returns list of hosts filtered by parameters. -
Uses of HostResource in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return HostResource Modifier and Type Method Description HostResourceHostResourceBody. getHostResource() -
Uses of HostResource in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement HostResource Modifier and Type Class Description classNovaHostResourceDeprecated.Methods in org.openstack4j.openstack.compute.domain that return HostResource Modifier and Type Method Description HostResourceNovaHostResourceBody. getHostResource() -
Uses of HostResource in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type HostResource Modifier and Type Method Description List<? extends HostResource>HostServiceImpl. hostDescribe(String hostName)Deprecated.List<? extends HostResource>HostServiceImpl. list()Deprecated.List all host that the current tenant has access to List all host that the current tenant has access toList<? extends HostResource>HostServiceImpl. list(Map<String,String> filteringParams)Deprecated.Returns list of hosts filtered by parameters.
-