Package | Description |
---|---|
org.openstack4j.api.networking.ext | |
org.openstack4j.openstack.networking.domain.ext | |
org.openstack4j.openstack.networking.internal.ext |
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
LbPoolService.associateHealthMonitor(String lbPoolId,
HealthMonitorAssociate associate)
Associates a health monitor with a specified pool.
|
HealthMonitor |
LbPoolService.associateHealthMonitor(String lbPoolId,
String healthMonitorId)
Associates a health monitor with a specified pool.
|
HealthMonitor |
HealthMonitorService.create(HealthMonitor healthMonitor)
Create a healthMonitor
|
HealthMonitor |
HealthMonitorService.get(String healthMonitorId)
Get the specified healthMonitor by ID
|
HealthMonitor |
HealthMonitorService.update(String healthMonitorId,
HealthMonitorUpdate healthMonitor)
Update a healthMonitor
|
Modifier and Type | Method and Description |
---|---|
List<? extends HealthMonitor> |
HealthMonitorService.list()
List all healthMonitor that the current tenant has access to
|
List<? extends HealthMonitor> |
HealthMonitorService.list(Map<String,String> filteringParams)
Returns list of healthMonitor filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
HealthMonitorService.create(HealthMonitor healthMonitor)
Create a healthMonitor
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronHealthMonitor
A health monitor entity
|
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
NeutronHealthMonitor.HealthMonitorConcretebuilder.build() |
Modifier and Type | Method and Description |
---|---|
HealthMonitorBuilder |
NeutronHealthMonitor.HealthMonitorConcretebuilder.from(HealthMonitor in) |
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
LbPoolServiceImpl.associateHealthMonitor(String lbPoolId,
HealthMonitorAssociate associate)
Associates a health monitor with a specified pool.
|
HealthMonitor |
LbPoolServiceImpl.associateHealthMonitor(String lbPoolId,
String healthMonitorId)
Associates a health monitor with a specified pool.
|
HealthMonitor |
HealthMonitorServiceImpl.create(HealthMonitor healthMonitor)
Create a healthMonitor
|
HealthMonitor |
HealthMonitorServiceImpl.get(String healthMonitorId)
Get the specified healthMonitor by ID
|
HealthMonitor |
HealthMonitorServiceImpl.update(String healthMonitorId,
HealthMonitorUpdate healthMonitor)
Update a healthMonitor
|
Modifier and Type | Method and Description |
---|---|
List<? extends HealthMonitor> |
HealthMonitorServiceImpl.list()
List all healthMonitor that the current tenant has access to
|
List<? extends HealthMonitor> |
HealthMonitorServiceImpl.list(Map<String,String> filteringParams)
Returns list of healthMonitor filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
HealthMonitor |
HealthMonitorServiceImpl.create(HealthMonitor healthMonitor)
Create a healthMonitor
|
Copyright © 2017. All rights reserved.