Class LbaasV2ServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.networking.internal.BaseNetworkingServices
-
- org.openstack4j.openstack.networking.internal.ext.LbaasV2ServiceImpl
-
- All Implemented Interfaces:
LbaasV2Service
public class LbaasV2ServiceImpl extends BaseNetworkingServices implements LbaasV2Service
OpenStack (Neutron) lbaas v2 service implementation- Author:
- emjburns
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description LbaasV2ServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthMonitorV2ServicehealthMonitor()LbPoolV2ServicelbPool()ListenerV2Servicelistener()LoadBalancerV2Serviceloadbalancer()-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
listener
public ListenerV2Service listener()
- Specified by:
listenerin interfaceLbaasV2Service- Returns:
- the Lbaas V2 listener Service API
-
lbPool
public LbPoolV2Service lbPool()
- Specified by:
lbPoolin interfaceLbaasV2Service- Returns:
- the Lbaas pool Service API
-
healthMonitor
public HealthMonitorV2Service healthMonitor()
- Specified by:
healthMonitorin interfaceLbaasV2Service- Returns:
- the Lbaas healthmonitor V2 Service API
-
loadbalancer
public LoadBalancerV2Service loadbalancer()
- Specified by:
loadbalancerin interfaceLbaasV2Service- Returns:
- the Lbaas loadbalancer Service API
-
-