Class LoadBalancerServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.networking.internal.ext.LoadBalancerServiceImpl
-
- All Implemented Interfaces:
LoadBalancerService
public class LoadBalancerServiceImpl extends Object implements LoadBalancerService
LBaaS Service Implementation
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthMonitorServicehealthMonitor()LbPoolServicelbPool()MemberServicemember()VipServicevip()
-
-
-
Method Detail
-
member
public MemberService member()
- Specified by:
memberin interfaceLoadBalancerService- Returns:
- the Lbaas member Service API
-
vip
public VipService vip()
- Specified by:
vipin interfaceLoadBalancerService- Returns:
- the Lbaas vip Service API
-
healthMonitor
public HealthMonitorService healthMonitor()
- Specified by:
healthMonitorin interfaceLoadBalancerService- Returns:
- the Lbaas healthmonitor Service API
-
lbPool
public LbPoolService lbPool()
- Specified by:
lbPoolin interfaceLoadBalancerService- Returns:
- the Lbaas pool Service API
-
-