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