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

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

There is a newer version: 3.12
Show newest version
package org.openstack4j.model.network.ext;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.network.ext.builder.LoadBalancerV2UpdateBuilder;

/**
 * an entity used to update an lbaas v2 loadbalancer
 *
 * @author emjburns
 */
public interface LoadBalancerV2Update extends ModelEntity, Buildable {
    /**
     * Optional
     *
     * @see LoadBalancerV2#getDescription()
     */
    public String getDescription();

    /**
     * Optional
     *
     * @see LoadBalancerV2#getName()
     */
    public String getName();

    /**
     * Optional
     *
     * @see LoadBalancerV2#isAdminStateUp()
     */
    public boolean isAdminStateUp();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy