Uses of Interface
org.openstack4j.model.network.HostRoute
-
Packages that use HostRoute Package Description org.openstack4j.model.network org.openstack4j.openstack.networking.domain -
-
Uses of HostRoute in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return types with arguments of type HostRoute Modifier and Type Method Description List<? extends HostRoute>Subnet. getHostRoutes()List<? extends HostRoute>Router. getRoutes()Host Routing entries for the router -
Uses of HostRoute in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement HostRoute Modifier and Type Class Description classNeutronHostRouteA Network Host based Routing Entry.Methods in org.openstack4j.openstack.networking.domain that return types with arguments of type HostRoute Modifier and Type Method Description List<? extends HostRoute>NeutronSubnet. getHostRoutes()List<? extends HostRoute>NeutronRouter. getRoutes()Host Routing entries for the router
-