public class HealthMonitorServiceImpl extends BaseNetworkingServices implements HealthMonitorService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
HealthMonitorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
HealthMonitor |
create(HealthMonitor healthMonitor)
Create a healthMonitor
|
ActionResponse |
delete(String healthMonitorId)
Delete the specified healthMonitor by ID
|
HealthMonitor |
get(String healthMonitorId)
Get the specified healthMonitor by ID
|
List<? extends HealthMonitor> |
list()
List all healthMonitor that the current tenant has access to
|
List<? extends HealthMonitor> |
list(Map<String,String> filteringParams)
Returns list of healthMonitor filtered by parameters.
|
HealthMonitor |
update(String healthMonitorId,
HealthMonitorUpdate healthMonitor)
Update a healthMonitor
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends HealthMonitor> list()
list in interface HealthMonitorServicepublic List<? extends HealthMonitor> list(Map<String,String> filteringParams)
list in interface HealthMonitorServicefilteringParams - map (name, value) of filtering parameterspublic HealthMonitor get(String healthMonitorId)
get in interface HealthMonitorServicehealthMonitorId - the healthMonitor identifierpublic ActionResponse delete(String healthMonitorId)
delete in interface HealthMonitorServicehealthMonitorId - the healthMonitor identifierpublic HealthMonitor create(HealthMonitor healthMonitor)
create in interface HealthMonitorServicepublic HealthMonitor update(String healthMonitorId, HealthMonitorUpdate healthMonitor)
update in interface HealthMonitorServicehealthMonitorId - the healthMonitor identifierhealthMonitor - HealthMonitorUpdateCopyright © 2017. All rights reserved.