Package org.openstack4j.model.gbp
Interface ExternalRoutes
-
- All Superinterfaces:
Buildable<ExternalRoutesBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
GbpExternalRoutes
public interface ExternalRoutes extends ModelEntity, Buildable<ExternalRoutesBuilder>
External Routes Model Entity- Author:
- vinod borole
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestination()Gets the destination for the routeStringgetNexthop()Gets the NextHop for this route
-