public class HostServiceImpl extends BaseComputeServices implements HostService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
HostServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends HostResource> |
hostDescribe(String hostName)
Shows details for a specified host
|
List<? extends HostResource> |
list()
List all host that the current tenant has access to
List all host that the current tenant has access to
|
List<? extends HostResource> |
list(Map<String,String> filteringParams)
Returns list of hosts filtered by parameters.
|
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends HostResource> hostDescribe(String hostName)
HostServicehostDescribe in interface HostServicepublic List<? extends HostResource> list()
list in interface HostServicepublic List<? extends HostResource> list(Map<String,String> filteringParams)
list in interface HostServicefilteringParams - map (name, value) of filtering parameters
Now supports query by zone name
map (name, value) of filtering parametersCopyright © 2019. All rights reserved.