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, uri
public List<? extends HealthMonitor> list()
list
in interface HealthMonitorService
public List<? extends HealthMonitor> list(Map<String,String> filteringParams)
list
in interface HealthMonitorService
filteringParams
- map (name, value) of filtering parameterspublic HealthMonitor get(String healthMonitorId)
get
in interface HealthMonitorService
healthMonitorId
- the healthMonitor identifierpublic ActionResponse delete(String healthMonitorId)
delete
in interface HealthMonitorService
healthMonitorId
- the healthMonitor identifierpublic HealthMonitor create(HealthMonitor healthMonitor)
create
in interface HealthMonitorService
public HealthMonitor update(String healthMonitorId, HealthMonitorUpdate healthMonitor)
update
in interface HealthMonitorService
healthMonitorId
- the healthMonitor identifierhealthMonitor
- HealthMonitorUpdateCopyright © 2017. All rights reserved.