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

org.openstack4j.model.network.ext.LoadBalancerV2StatusTree Maven / Gradle / Ivy

package org.openstack4j.model.network.ext;

import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.network.ext.status.LoadBalancerV2Status;

/**
 * The status tree of an lbaas v2 loadbalancer
 * @author emjburns
 */
public interface LoadBalancerV2StatusTree extends ModelEntity {
    /**
     * Get the status tree of a loadbalancer
     * @return the loadbalancer status tree
     */
    public LoadBalancerV2Status getLoadBalancerV2Status();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy