public class ServicesServiceImpl extends BaseComputeServices implements ServicesService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ServicesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExtService |
disableService(String binary,
String host)
Disables a compute service.
|
ExtService |
enableService(String binary,
String host)
Enables a compute services.
|
List<? extends Service> |
list()
List services info
NOTE: This is an extension and not all deployments support os-services
|
List<? extends Service> |
list(Map<String,String> filteringParams)
Returns list of compute services filtered by parameters.
|
invokeAction, invokeActionWithResponsedelete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends Service> list()
list in interface ServicesServicepublic List<? extends Service> list(Map<String,String> filteringParams)
Author:Wang Ting/王婷
list in interface ServicesServicefilteringParams - org.openstack4j.api.compute.ServicesService#list(java.util.Map)public ExtService enableService(String binary, String host)
Author:Wang Ting/王婷
enableService in interface ServicesServicebinary - host - org.openstack4j.api.compute.ServicesService#enableService(java.lang.String, java.lang.String)public ExtService disableService(String binary, String host)
Author:Wang Ting/王婷
disableService in interface ServicesServicebinary - host - org.openstack4j.api.compute.ServicesService#disableService(java.lang.String, java.lang.String)Copyright © 2019. All rights reserved.