Class HostServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.compute.internal.BaseComputeServices
-
- org.openstack4j.openstack.compute.internal.HostServiceImpl
-
- All Implemented Interfaces:
HostService,RestService
@Deprecated public class HostServiceImpl extends BaseComputeServices implements HostService
Deprecated.OS Host Service- Author:
- Qin An
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description HostServiceImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<? extends HostResource>hostDescribe(String hostName)Deprecated.Shows details for a specified hostList<? extends HostResource>list()Deprecated.List all host that the current tenant has access to List all host that the current tenant has access toList<? extends HostResource>list(Map<String,String> filteringParams)Deprecated.Returns list of hosts filtered by parameters.-
Methods inherited from class org.openstack4j.openstack.compute.internal.BaseComputeServices
invokeAction, invokeActionWithResponse
-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
hostDescribe
public List<? extends HostResource> hostDescribe(String hostName)
Deprecated.Description copied from interface:HostServiceShows details for a specified host- Specified by:
hostDescribein interfaceHostService- Returns:
- the Resource of the Host specified
-
list
public List<? extends HostResource> list()
Deprecated.List all host that the current tenant has access to List all host that the current tenant has access to- Specified by:
listin interfaceHostService- Returns:
- list of all hosts
-
list
public List<? extends HostResource> list(Map<String,String> filteringParams)
Deprecated.Returns list of hosts filtered by parameters.- Specified by:
listin interfaceHostService- Parameters:
filteringParams- map (name, value) of filtering parameters Now supports query by zone name map (name, value) of filtering parameters
-
-