Uses of Class
com.woorea.openstack.quantum.model.HostRoute
-
Packages that use HostRoute Package Description com.woorea.openstack.quantum.model -
-
Uses of HostRoute in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model with type parameters of type HostRoute Modifier and Type Field Description private java.util.List<HostRoute>Router. routesprivate java.util.List<HostRoute>RouterForCreate. routesMethods in com.woorea.openstack.quantum.model that return types with arguments of type HostRoute Modifier and Type Method Description java.util.List<HostRoute>Router. getRoutes()java.util.List<HostRoute>RouterForCreate. getRoutes()Method parameters in com.woorea.openstack.quantum.model with type arguments of type HostRoute Modifier and Type Method Description voidRouter. setRoutes(java.util.List<HostRoute> routes)voidRouterForCreate. setRoutes(java.util.List<HostRoute> routes)
-