Package org.openstack4j.api.octavia
Interface OctaviaService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
OctaviaServiceImpl
public interface OctaviaService extends RestService
OpenStack Octavia Operations API- Author:
- wei
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthMonitorV2ServicehealthMonitorV2()LbPoolV2ServicelbPoolV2()ListenerV2ServicelistenerV2()LoadBalancerV2ServiceloadBalancerV2()
-
-
-
Method Detail
-
loadBalancerV2
LoadBalancerV2Service loadBalancerV2()
- Returns:
- the LoadBalancerV2 Service API
-
listenerV2
ListenerV2Service listenerV2()
- Returns:
- the ListenerV2 Service API
-
lbPoolV2
LbPoolV2Service lbPoolV2()
- Returns:
- the LbPoolV2 Service API
-
healthMonitorV2
HealthMonitorV2Service healthMonitorV2()
- Returns:
- the healthMonitorV2 Service API
-
-