All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.api.networking.ext.LoadBalancerService Maven / Gradle / Ivy

package org.openstack4j.api.networking.ext;

/**
 * LBaaS (Load Balancer as a Service) support
 */
public interface LoadBalancerService {

    /**
     *
     * @return the Lbaas member Service API
     */
    MemberService member();

    /**
     * @return the Lbaas vip Service API
     */
    VipService vip();
    
    /**
     * @return the Lbaas healthmonitor Service API
     */
    HealthMonitorService healthMonitor();
    

    /**
     * @return the Lbaas pool Service API
     */
    LbPoolService lbPool();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy