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

org.openstack4j.model.barbican.ContainerConsumer Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.barbican;

import org.openstack4j.model.ModelEntity;

/**
 * Consumer associated with a container (i.e. lbaas).
 */
public interface ContainerConsumer extends ModelEntity {
    /**
     * @return name of the consumer.
     */
    String getName();

    /**
     * @return Full url to the consumer.
     */
    String getUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy