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

org.openstack4j.model.network.ExtraDhcpOptCreate Maven / Gradle / Ivy

package org.openstack4j.model.network;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.network.builder.ExtraDhcpOptBuilder;

/**
 *
 * @author Ales Kemr
 */
public interface ExtraDhcpOptCreate extends Buildable {
    
    String getOptValue();

    String getOptName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy