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

org.openstack4j.api.octavia.OctaviaService Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.api.octavia;

import org.openstack4j.common.RestService;

/**
 * OpenStack Octavia Operations API
 * 
 * @author wei
 */
public interface OctaviaService extends RestService {

    /**
     * @return the LoadBalancerV2 Service API
     */
    LoadBalancerV2Service loadBalancerV2();

    /**
     * @return the ListenerV2 Service API
     */
    ListenerV2Service listenerV2();

    /**
     * @return the LbPoolV2 Service API
     */
    LbPoolV2Service lbPoolV2();

    /**
     * @return the healthMonitorV2 Service API
     */
    HealthMonitorV2Service healthMonitorV2();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy