Class OctaviaServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.octavia.internal.OctaviaServiceImpl
-
- All Implemented Interfaces:
OctaviaService,RestService
public class OctaviaServiceImpl extends Object implements OctaviaService
OpenStack Networking Operations API- Author:
- wei
-
-
Constructor Summary
Constructors Constructor Description OctaviaServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthMonitorV2ServicehealthMonitorV2()LbPoolV2ServicelbPoolV2()ListenerV2ServicelistenerV2()LoadBalancerV2ServiceloadBalancerV2()
-
-
-
Method Detail
-
loadBalancerV2
public LoadBalancerV2Service loadBalancerV2()
- Specified by:
loadBalancerV2in interfaceOctaviaService- Returns:
- the LoadBalancerV2 Service API
-
listenerV2
public ListenerV2Service listenerV2()
- Specified by:
listenerV2in interfaceOctaviaService- Returns:
- the ListenerV2 Service API
-
lbPoolV2
public LbPoolV2Service lbPoolV2()
- Specified by:
lbPoolV2in interfaceOctaviaService- Returns:
- the LbPoolV2 Service API
-
healthMonitorV2
public HealthMonitorV2Service healthMonitorV2()
- Specified by:
healthMonitorV2in interfaceOctaviaService- Returns:
- the healthMonitorV2 Service API
-
-