Uses of Class
org.openstack4j.openstack.gbp.domain.GbpExternalRoutes
-
Packages that use GbpExternalRoutes Package Description org.openstack4j.model.gbp org.openstack4j.openstack.gbp.domain -
-
Uses of GbpExternalRoutes in org.openstack4j.model.gbp
Methods in org.openstack4j.model.gbp that return types with arguments of type GbpExternalRoutes Modifier and Type Method Description List<GbpExternalRoutes>ExternalSegment. getExternalRoutes()Gets the list of external routes -
Uses of GbpExternalRoutes in org.openstack4j.openstack.gbp.domain
Methods in org.openstack4j.openstack.gbp.domain that return types with arguments of type GbpExternalRoutes Modifier and Type Method Description List<GbpExternalRoutes>GbpExternalSegment. getExternalRoutes()Constructors in org.openstack4j.openstack.gbp.domain with parameters of type GbpExternalRoutes Constructor Description ExternalRoutesConcreteBuilder(GbpExternalRoutes gbpExternalRoutes)
-