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

org.openstack4j.model.gbp.builder.ExternalRoutesBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.gbp.builder;

import org.openstack4j.common.Buildable.Builder;
import org.openstack4j.model.gbp.ExternalRoutes;
/**
 * A builder which produces a External Routes object
 * 
 * @author vinod borole
 */
public interface ExternalRoutesBuilder extends Builder{
    ExternalRoutesBuilder destination(String destination);
    ExternalRoutesBuilder nextHop(String nextHop);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy